Skip to content

Commit bd99ea6

Browse files
Anthony Sansoneatsansone
authored andcommitted
Updated per S&T review.
1 parent a275d88 commit bd99ea6

File tree

5 files changed

+131
-152
lines changed

5 files changed

+131
-152
lines changed

Makefile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,15 +27,15 @@ publish: migrate-assets ## Builds this branch's publishable HTML and other artif
2727

2828
stage: ## Host online for review
2929
mut-publish build/${GIT_BRANCH}/html ${STAGING_BUCKET} --prefix=${PROJECT} --stage ${ARGS}
30-
@echo "Hosted at ${STAGING_URL}/${PROJECT}/${USER}/${GIT_BRANCH}/index.html"
30+
@echo "\n\nHosted at ${STAGING_URL}/${PROJECT}/${USER}/${GIT_BRANCH}/index.html"
3131

3232
fake-deploy: build/public/${GIT_BRANCH} ## Do a fake deploy on the staging bucket
3333
mut-publish build/public/${GIT_BRANCH} ${STAGING_BUCKET} --prefix=${PROJECT} --deploy ${ARGS}
34-
@echo "Hosted at ${STAGING_URL}/${PROJECT}/index.html"
34+
@echo "\n\nHosted at ${STAGING_URL}/${PROJECT}/index.html"
3535

3636
deploy: ## Deploy to the production bucket
3737
mut-publish build/public ${PRODUCTION_BUCKET} --prefix=${PROJECT} --deploy --redirects build/public/.htaccess ${ARGS}
38-
@echo "Hosted at ${PRODUCTION_URL}/${PROJECT}/${GIT_BRANCH}/index.html"
38+
@echo "\n\nHosted at ${PRODUCTION_URL}/${PROJECT}/${GIT_BRANCH}/index.html"
3939

4040
$(MAKE) deploy-search-index
4141

source/download.txt

Lines changed: 0 additions & 138 deletions
This file was deleted.
Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
.. raw:: html
2+
3+
<style type="text/css">
4+
table.docutils {
5+
width: 100%
6+
}
7+
code.descname, code.docutils.literal > .pre, code.xref.mongodb.mongodb-alert.docutils.literal {
8+
font-size: 90%
9+
}
10+
div.ui-setting dl.setting dt code.descname {
11+
font-size: 100%;
12+
font-family: Akzidenz,"Helvetica Neue",Helvetica,Arial,sans-serif;
13+
font-weight: 700;
14+
}
15+
dl.setting > dt > code.descname {
16+
font-size: 100%;
17+
}
18+
caption > .caption-text {
19+
text-align: left
20+
}
21+
ul.guide__pills.pillstrip-declaration {
22+
margin-left: 0em;
23+
}
24+
</style>

source/index.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,6 @@ suit your needs.
148148
.. toctree::
149149
:titlesonly:
150150

151-
/download
152151
/install
153152
/connect
154153
/instance

source/install.txt

Lines changed: 104 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,110 @@
1-
===============
2-
Install Compass
3-
===============
1+
============================
2+
Download and Install Compass
3+
============================
44

55
.. default-domain:: mongodb
66

7-
.. tabs::
7+
.. include:: /includes/styles/corrections.rst
8+
9+
.. tabs-pillstrip:: platforms
10+
11+
Software Requirements
12+
---------------------
13+
14+
|compass-short| requires:
15+
16+
.. tabs-platforms::
17+
18+
tabs:
19+
- id: macos
20+
content: |
21+
22+
- 64-bit version of macOS 10.10 or later.
23+
- MongoDB 3.0 or later.
24+
25+
- id: windows
26+
content: |
27+
28+
- 64-bit version of Microsoft Windows 7 or later.
29+
- MongoDB 3.0 or later.
30+
- `Microsoft .NET Framework version 4.5 or later <https://www.microsoft.com/en-us/download/details.aspx?id=30653>`__.
31+
32+
The |compass-short| installer prompts you to install the
33+
minimum required version of the .NET framework if it is not
34+
already installed on your system.
35+
36+
- id: debian
37+
content: |
38+
39+
- 64-bit version of Ubuntu 14.04 or later.
40+
- MongoDB 3.0 or later.
41+
42+
- id: rhel
43+
content: |
44+
45+
- 64-bit version of RHEL 7+ or later.
46+
- MongoDB 3.0 or later.
47+
48+
.. _macOS Terminal: https://support.apple.com/guide/terminal/welcome/mac
49+
.. _Windows Powershell: https://docs.microsoft.com/en-us/powershell/scripting/overview?view=powershell-6
50+
.. _zsh: https://www.zsh.org/
51+
.. _bash: https://www.gnu.org/software/bash/
52+
.. _ksh: http://www.kornshell.com/
53+
54+
Download Compass
55+
----------------
56+
57+
To download |compass-short|, you can use your preferred web browser.
58+
59+
.. tabs-platforms::
60+
61+
tabs:
62+
- id: macos
63+
content: |
64+
65+
1. Open the {+download-page+}.
66+
67+
#. Download the latest version of |compass| for
68+
macOS. The |compass| installer is a ``.dmg`` disk
69+
image.
70+
71+
- id: windows
72+
content: |
73+
74+
1. Open the {+download-page+}.
75+
76+
#. Select the installer you prefer. The |compass| installer is
77+
available as a ``.exe`` or ``.msi`` package or a ``.zip``
78+
archive.
79+
80+
#. Download the latest version of |compass| for
81+
Windows.
82+
83+
- id: debian
84+
content: |
85+
86+
1. Open the {+download-page+}.
87+
88+
#. Download the latest version of |compass| for
89+
Ubuntu. The |compass| installer is a ``.deb``
90+
package.
91+
92+
- id: rhel
93+
content: |
94+
95+
1. Open the {+download-page+}.
96+
97+
#. Download the latest version of |compass| for Red Hat
98+
Enterprise Linux. The |compass| installer is a ``.rpm``
99+
package.
100+
101+
Install Compass
102+
---------------
103+
104+
.. tabs-platforms::
8105

9106
tabs:
10-
- id: osx
11-
name: macOS
107+
- id: macos
12108
content: |
13109

14110
1. Once you have downloaded |compass-short|, double-click on
@@ -43,22 +139,21 @@ Install Compass
43139
system password before launching |compass-short|.
44140

45141
- id: windows
46-
name: Windows
47142
content: |
48143

49144
1. Double-click the installer file to install |compass-short|.
50145
By default, the installer extracts |compass-short| to the
51146
following path:
52147

53148
.. code-block:: ini
149+
:copyable: false
54150

55151
C:\Users\<user>\AppData\Local\<MongoDB Compass Edition>\
56152

57153
#. Once installed, |compass-short| launches and prompts you to
58154
configure privacy settings and specify update preferences.
59155

60-
- id: ubuntu
61-
name: Ubuntu
156+
- id: debian
62157
content: |
63158

64159
1. Double-click on the ``.deb`` package icon to start
@@ -79,7 +174,6 @@ Install Compass
79174
mongodb-compass
80175

81176
- id: rhel
82-
name: RHEL
83177
content: |
84178

85179
#. Install Compass:

0 commit comments

Comments
 (0)