@@ -12,15 +12,15 @@ Select your operating system:
12
12
13
13
.. _software-reqs:
14
14
15
- Software Requirements
16
- ---------------------
17
-
18
15
.. tabs-platforms::
19
16
20
17
tabs:
21
18
- id: macos
22
19
content: |
23
20
21
+ Software Requirements
22
+ ---------------------
23
+
24
24
|compass-short| requires:
25
25
26
26
- 64-bit version of macOS 10.12 or later.
@@ -29,6 +29,9 @@ Software Requirements
29
29
- id: windows
30
30
content: |
31
31
32
+ Software Requirements
33
+ ---------------------
34
+
32
35
|compass-short| requires:
33
36
34
37
- 64-bit version of Microsoft Windows 7 or later.
@@ -42,35 +45,51 @@ Software Requirements
42
45
- id: linux
43
46
content: |
44
47
48
+ Select the appropriate tab based on your Linux distribution and
49
+ desired package from the tabs below:
50
+
51
+ - To install the ``.deb`` package on Ubuntu and Debian,
52
+ click the ``.deb`` tab.
53
+
54
+ - To install the ``.rpm`` package on
55
+ :abbr:`RHEL (Red Hat Enterprise Linux)`, click the ``.rpm``
56
+ tab.
57
+
45
58
.. tabs::
46
59
47
- .. tab:: Debian
60
+ .. tab:: .deb
48
61
:tabid: debian
49
62
63
+ Software Requirements
64
+ ---------------------
65
+
50
66
|compass-short| requires:
51
67
52
68
- 64-bit version of Ubuntu 14.04 or later.
53
69
- MongoDB 3.6 or later.
54
70
55
- .. tab:: RHEL
71
+ .. tab:: .rpm
56
72
:tabid: rhel
57
73
74
+ Software Requirements
75
+ ---------------------
76
+
58
77
|compass-short| requires:
59
78
60
79
- 64-bit version of RHEL 7+ or later.
61
80
- MongoDB 3.6 or later.
62
81
63
- Download Compass
64
- ----------------
65
-
66
- To download |compass-short|, you can use your preferred web browser.
67
-
68
82
.. tabs-platforms::
69
83
:hidden:
70
84
71
85
.. tab::
72
86
:tabid: macos
73
87
88
+ Download Compass
89
+ ----------------
90
+
91
+ To download |compass-short|, you can use your preferred web browser.
92
+
74
93
1. Open the {+download-page+}.
75
94
76
95
#. Download the latest version of |compass| for
@@ -80,6 +99,11 @@ To download |compass-short|, you can use your preferred web browser.
80
99
.. tab::
81
100
:tabid: windows
82
101
102
+ Download Compass
103
+ ----------------
104
+
105
+ To download |compass-short|, you can use your preferred web browser.
106
+
83
107
1. Open the {+download-page+}.
84
108
85
109
#. Select the installer you prefer. The |compass| installer is
@@ -92,38 +116,74 @@ To download |compass-short|, you can use your preferred web browser.
92
116
.. tab::
93
117
:tabid: linux
94
118
119
+ Download and Install Compass
120
+ ----------------------------
121
+
122
+ To download |compass-short| on Linux systems, use ``wget``.
123
+
124
+ .. note::
125
+
126
+ Alternatively, you can download |compass-short| from the
127
+ MongoDB {+download-page+}.
128
+
95
129
.. tabs::
96
130
:hidden:
97
131
98
132
.. tab:: Debian
99
133
:tabid: debian
100
134
101
- 1. Open the {+download-page+}.
135
+ 1. Download |compass|
102
136
103
- #. Download the latest version of |compass| for
104
- Ubuntu. The |compass| installer is a ``.deb``
105
- package.
137
+ .. code-block:: shell
138
+
139
+ wget https://downloads.mongodb.com/compass/mongodb-compass_{+current-version+}_amd64.deb
140
+
141
+
142
+ #. Install |compass|
143
+
144
+ .. code-block:: shell
145
+
146
+ sudo dpkg -i mongodb-compass_{+current-version+}_amd64.deb
147
+
148
+ #. Start |compass|
149
+
150
+ .. code-block:: sh
151
+
152
+ mongodb-compass
106
153
107
154
.. tab:: RHEL
108
155
:tabid: rhel
109
156
110
- 1. Open the {+download-page+}.
157
+ 1. Download |compass|
111
158
112
- #. Download the latest version of |compass| for Red Hat
113
- Enterprise Linux. The |compass| installer is a
114
- ``.rpm`` package.
159
+ .. code-block:: shell
115
160
116
- .. _compass-install:
161
+ wget https://downloads.mongodb.com/compass/mongodb-compass-{+current-version+}.x86_64.rpm
162
+
163
+
164
+ #. Install |compass|
165
+
166
+ .. code-block:: shell
167
+
168
+ sudo yum install mongodb-compass-1.22.1.x86_64.rpm
117
169
118
- Install Compass
119
- ---------------
170
+ #. Start |compass|
171
+
172
+ .. code-block:: sh
173
+
174
+ mongodb-compass
175
+
176
+ .. _compass-install:
120
177
121
178
.. tabs-platforms::
122
179
:hidden:
123
180
124
181
.. tab::
125
182
:tabid: macos
126
183
184
+ Install Compass
185
+ ---------------
186
+
127
187
1. Once you have downloaded |compass-short|, double-click on
128
188
the ``.dmg`` file to open the disk image within the macOS
129
189
Finder.
@@ -155,6 +215,9 @@ Install Compass
155
215
.. tab::
156
216
:tabid: windows
157
217
218
+ Install Compass
219
+ ---------------
220
+
158
221
1. Double-click the installer file.
159
222
160
223
#. Follow the prompts to install |compass-short|. You can
@@ -163,47 +226,6 @@ Install Compass
163
226
#. Once installed, |compass-short| launches and prompts you to
164
227
configure privacy settings and specify update preferences.
165
228
166
- .. tab::
167
- :tabid: linux
168
-
169
- .. tabs::
170
- :hidden:
171
-
172
- .. tab:: Debian
173
- :tabid: debian
174
-
175
- 1. Double-click on the ``.deb`` package icon to start
176
- installation.
177
-
178
- #. Click :guilabel:`Install`.
179
-
180
- .. figure:: /images/compass/install-ubuntu.png
181
- :figwidth: 654px
182
-
183
- #. Once installed, launch Compass from your
184
- :guilabel:`Applications` folder.
185
-
186
- #. Start Compass:
187
-
188
- .. code-block:: sh
189
-
190
- mongodb-compass
191
-
192
- .. tab:: RHEL
193
- :tabid: rhel
194
-
195
- #. Install Compass:
196
-
197
- .. code-block:: sh
198
-
199
- sudo yum install mongodb-compass-{+current-version+}.x86_64.rpm
200
-
201
- #. Start Compass:
202
-
203
- .. code-block:: sh
204
-
205
- mongodb-compass
206
-
207
229
.. seealso::
208
230
209
231
:ref:`upgrade-compass`
0 commit comments