1
- ===============
2
- Install Compass
3
- ===============
1
+ ============================
2
+ Download and Install Compass
3
+ ============================
4
4
5
5
.. default-domain:: mongodb
6
6
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::
8
105
9
106
tabs:
10
- - id: osx
11
- name: macOS
107
+ - id: macos
12
108
content: |
13
109
14
110
1. Once you have downloaded |compass-short|, double-click on
@@ -43,22 +139,21 @@ Install Compass
43
139
system password before launching |compass-short|.
44
140
45
141
- id: windows
46
- name: Windows
47
142
content: |
48
143
49
144
1. Double-click the installer file to install |compass-short|.
50
145
By default, the installer extracts |compass-short| to the
51
146
following path:
52
147
53
148
.. code-block:: ini
149
+ :copyable: false
54
150
55
151
C:\Users\<user>\AppData\Local\<MongoDB Compass Edition>\
56
152
57
153
#. Once installed, |compass-short| launches and prompts you to
58
154
configure privacy settings and specify update preferences.
59
155
60
- - id: ubuntu
61
- name: Ubuntu
156
+ - id: debian
62
157
content: |
63
158
64
159
1. Double-click on the ``.deb`` package icon to start
@@ -79,7 +174,6 @@ Install Compass
79
174
mongodb-compass
80
175
81
176
- id: rhel
82
- name: RHEL
83
177
content: |
84
178
85
179
#. Install Compass:
0 commit comments