@@ -61,11 +61,11 @@ Software Requirements
61
61
62
62
.. note::
63
63
64
- The Windows installation of |compass| requires **Microsoft
65
- .NET Framework version 4.5 or later.** The |compass-short|
66
- installer prompts you to install the minimum required
67
- version of the .NET framework if it is not already installed
68
- on your system.
64
+ The Windows installation of |compass| requires
65
+ `Microsoft .NET Framework version 4.5 or later <https://www.microsoft.com/en-us/download/details.aspx?id=30653>`__.
66
+ The |compass-short| installer prompts you to install the
67
+ minimum required version of the .NET framework if it is
68
+ not already installed on your system.
69
69
70
70
- id: ubuntu
71
71
name: Ubuntu
@@ -78,8 +78,8 @@ Software Requirements
78
78
name: RHEL
79
79
content: |
80
80
81
- |compass-short| requires the 64-bit version of RHEL 7+ or later
82
- and MongoDB 3.0 or later.
81
+ |compass-short| requires the 64-bit version of RHEL 7+ or
82
+ later and MongoDB 3.0 or later.
83
83
84
84
Network Requirements
85
85
~~~~~~~~~~~~~~~~~~~~
@@ -88,41 +88,45 @@ Certain features of |compass|, such as third-party mapping services and
88
88
Intercom, require inbound connections from external sources to
89
89
function. In some instances, users have reported issues with their
90
90
system firewall blocking these network requests and thereby limiting
91
- |compass| functionalities. To fix this issue, configure your system
92
- firewall to allow incoming connections for |compass|.
91
+ |compass| functionalities.
93
92
94
- Ensure ports ``80`` and ``443`` are open between |compass| and the
95
- host for the MongoDB Instance to which Compass connects.
93
+ To fix this issue, configure your system firewall to allow incoming
94
+ connections for |compass|. Ensure ports ``80`` and ``443`` are open
95
+ between |compass| and the host for the MongoDB Instance to which
96
+ |compass-short| connects.
96
97
97
98
.. include:: /includes/fact-isolated-edition-firewall.rst
98
99
100
+ .. _macOS Terminal: https://support.apple.com/guide/terminal/welcome/mac
101
+ .. _Windows Powershell: https://docs.microsoft.com/en-us/powershell/scripting/overview?view=powershell-6
102
+ .. _zsh: https://www.zsh.org/
103
+ .. _bash: https://www.gnu.org/software/bash/
104
+ .. _ksh: http://www.kornshell.com/
105
+
99
106
Download Compass
100
107
----------------
101
108
102
- You can use your web browser or the appropriate command line option to
103
- download |compass-short|.
104
-
105
109
.. admonition:: |compass-short| bundled with MongoDB 3.6 and later
106
110
:class: important
107
111
108
- |compass-short| is bundled with the MongoDB Server. If you choose
109
- to install |compass-short| when you install
112
+ |compass-short| is included as part of the MongoDB Server download.
113
+ If you choose to install |compass-short| when you install
110
114
:dl:`MongoDB Server <enterprise>`, you can follow the tutorial in
111
115
the :manual:`MongoDB manual </reference/program/install_compass/>`
112
116
instead of this tutorial.
113
117
114
- .. tabs::
118
+ To download |compass-short|, you can use either your preferred web
119
+ browser or the appropriate command line option such as the
120
+ `macOS Terminal`_, `Windows PowerShell`_, or a Linux Shell
121
+ (`bash`_, `ksh`_, or `zsh`_)
115
122
116
- hidden: true
123
+ .. tabs::
117
124
118
125
tabs:
119
126
- id: osx
120
127
name: macOS
121
128
content: |
122
129
123
- You can download |compass-short| using your browser or
124
- the `macOS Terminal <https://support.apple.com/guide/terminal/welcome/mac>`__:
125
-
126
130
.. tabs::
127
131
128
132
tabs:
@@ -156,9 +160,6 @@ download |compass-short|.
156
160
name: Windows
157
161
content: |
158
162
159
- You can download |compass-short| using your browser or
160
- `PowerShell <https://docs.microsoft.com/en-us/powershell/scripting/overview?view=powershell-6>`__:
161
-
162
163
.. tabs::
163
164
164
165
tabs:
@@ -245,9 +246,6 @@ download |compass-short|.
245
246
name: Ubuntu
246
247
content: |
247
248
248
- You can download |compass-short| using your browser or the
249
- Linux Shell:
250
-
251
249
.. tabs::
252
250
253
251
tabs:
@@ -283,9 +281,6 @@ download |compass-short|.
283
281
name: RHEL
284
282
content: |
285
283
286
- You can download |compass-short| using your browser or the
287
- Linux Shell:
288
-
289
284
.. tabs::
290
285
291
286
tabs:
@@ -323,8 +318,6 @@ Install Compass
323
318
324
319
.. tabs::
325
320
326
- hidden: true
327
-
328
321
tabs:
329
322
- id: osx
330
323
name: macOS
0 commit comments