Skip to content

Commit 7e3006a

Browse files
Tony Sansoneatsansone
authored andcommitted
Updated per @gilberto-mdb review.
1 parent 27ebf23 commit 7e3006a

File tree

3 files changed

+179
-280
lines changed

3 files changed

+179
-280
lines changed

source/download.txt

Lines changed: 178 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,178 @@
1+
================
2+
Download Compass
3+
================
4+
5+
.. default-domain:: mongodb
6+
7+
.. contents:: On this page
8+
:local:
9+
:backlinks: none
10+
:depth: 1
11+
:class: singlecol
12+
13+
Choose the tab corresponding to the platform on which you will download
14+
|compass-short| and follow the given tutorials.
15+
16+
.. tabs::
17+
18+
tabs:
19+
- id: osx
20+
name: macOS
21+
content: |
22+
23+
- id: windows
24+
name: Windows
25+
content: |
26+
27+
- id: ubuntu
28+
name: Ubuntu
29+
content: |
30+
31+
32+
- id: rhel
33+
name: RHEL
34+
content: |
35+
36+
Prerequisites
37+
-------------
38+
39+
Software Requirements
40+
~~~~~~~~~~~~~~~~~~~~~
41+
42+
.. tabs::
43+
44+
hidden: true
45+
46+
tabs:
47+
- id: osx
48+
name: macOS
49+
content: |
50+
51+
|compass-short| requires the 64-bit version of macOS 10.10 or
52+
later and MongoDB 3.0 or later.
53+
54+
- id: windows
55+
name: Windows
56+
content: |
57+
58+
|compass-short| requires the 64-bit version of Microsoft
59+
Windows 7 or later and MongoDB 3.0 or later.
60+
61+
.. note::
62+
63+
The Windows installation of |compass| requires
64+
`Microsoft .NET Framework version 4.5 or later <https://www.microsoft.com/en-us/download/details.aspx?id=30653>`__.
65+
The |compass-short| installer prompts you to install the
66+
minimum required version of the .NET framework if it is
67+
not already installed on your system.
68+
69+
- id: ubuntu
70+
name: Ubuntu
71+
content: |
72+
73+
|compass-short| requires the 64-bit version of Ubuntu 14.04 or
74+
later and MongoDB 3.0 or later.
75+
76+
- id: rhel
77+
name: RHEL
78+
content: |
79+
80+
|compass-short| requires the 64-bit version of RHEL 7+ or
81+
later and MongoDB 3.0 or later.
82+
83+
.. include:: /includes/fact-isolated-edition-firewall.rst
84+
85+
.. _macOS Terminal: https://support.apple.com/guide/terminal/welcome/mac
86+
.. _Windows Powershell: https://docs.microsoft.com/en-us/powershell/scripting/overview?view=powershell-6
87+
.. _zsh: https://www.zsh.org/
88+
.. _bash: https://www.gnu.org/software/bash/
89+
.. _ksh: http://www.kornshell.com/
90+
91+
Download Compass
92+
----------------
93+
94+
.. admonition:: |compass-short| bundled with MongoDB 3.6 and later
95+
:class: important
96+
97+
|compass-short| is included as part of the MongoDB Server download.
98+
If you choose to install |compass-short| when you install
99+
:dl:`MongoDB Server <enterprise>`, you can follow the tutorial in
100+
the :manual:`MongoDB manual </reference/program/install_compass/>`
101+
instead of this tutorial.
102+
103+
To download |compass-short|, you can use your preferred web browser.
104+
105+
.. tabs::
106+
107+
tabs:
108+
- id: osx
109+
name: macOS
110+
content: |
111+
112+
To download |compass| to a macOS host using a web
113+
browser:
114+
115+
1. Open the {+download-page+}.
116+
117+
#. Download the latest version of |compass| for
118+
macOS. The |compass| installer is a ``.dmg`` disk
119+
image.
120+
121+
- id: windows
122+
name: Windows
123+
content: |
124+
125+
To download |compass| to a Windows host using a web
126+
browser:
127+
128+
1. Open the {+download-page+}.
129+
130+
#. Select the installer you prefer:
131+
132+
.. tabs::
133+
134+
tabs:
135+
- id: exe
136+
name: EXE
137+
content: |
138+
139+
:guilabel:`Windows 64-bit (7+)` : ``mongodb-compass-{+current-version+}-win32-x64.exe``
140+
141+
- id: msi
142+
name: MSI
143+
content: |
144+
145+
:guilabel:`Windows 64-bit (7+) (MSI)` :
146+
``mongodb-compass-{+current-version+}-win32-x64.msi``
147+
148+
- id: zip
149+
name: ZIP
150+
content: |
151+
152+
:guilabel:`Windows 64-bit (7+) (Zip)` :
153+
``mongodb-compass-{+current-version+}-win32-x64.zip``
154+
155+
- id: ubuntu
156+
name: Ubuntu
157+
content: |
158+
159+
To download |compass| to an Ubuntu host using a web
160+
browser:
161+
162+
1. Open the {+download-page+}.
163+
164+
#. Download the latest version of |compass| for
165+
Ubuntu. The |compass| installer is a ``.deb``
166+
package.
167+
168+
- id: rhel
169+
name: RHEL
170+
content: |
171+
172+
To download |compass| to a Red Hat Enterprise Linux host using
173+
a web browser:
174+
175+
1. Open the {+download-page+}.
176+
177+
#. Download the latest version of |compass| for Ubuntu. The
178+
|compass| installer is a ``.rpm`` package.

source/index.txt

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

151+
/download
151152
/install
152153
/connect
153154
/instance

0 commit comments

Comments
 (0)