File tree Expand file tree Collapse file tree 6 files changed +91
-3
lines changed Expand file tree Collapse file tree 6 files changed +91
-3
lines changed Original file line number Diff line number Diff line change @@ -11,6 +11,9 @@ installation option.
11
11
These instructions assume that you have installed MongoDB
12
12
to ``C:\Program Files\MongoDB\Server\3.6\ ``.
13
13
14
+ During the installation process you will be given the option to install
15
+ :ref: `MongoDB Compass <compass-index >` in addition to MongoDB Server.
16
+
14
17
MongoDB is self-contained and does not have any other system
15
18
dependencies. You can run MongoDB from any folder you choose. You may
16
19
install MongoDB in any folder (e.g. ``D:\test\mongodb ``).
Original file line number Diff line number Diff line change @@ -23,6 +23,15 @@ MongoDB.
23
23
24
24
For upgrade instructions, see :ref:`3.6-upgrade` instead.
25
25
26
+ .. note::
27
+
28
+ .. versionadded:: 3.6
29
+
30
+ Each MongoDB installer is packaged with a platform-specific
31
+ :ref:`MongoDB Compass <compass-index>` installation script. This
32
+ script installs MongoDB Compass as part of the MongoDB Server
33
+ installation process.
34
+
26
35
Supported Platforms
27
36
-------------------
28
37
Original file line number Diff line number Diff line change @@ -47,9 +47,9 @@ Binary Import and Export Tools
47
47
dump files from the :program:`mongod` instances, while
48
48
:program:`mongorestore` makes it possible to restore these
49
49
dumps. :program:`bsondump` converts BSON dump files into
50
- :term:`JSON`.
50
+ :term:`JSON`.
51
51
52
- .. deprecated:: 3.2
52
+ .. deprecated:: 3.2
53
53
54
54
:program:`mongooplog`
55
55
@@ -116,3 +116,17 @@ GridFS
116
116
:maxdepth: 1
117
117
118
118
/reference/program/mongofiles
119
+
120
+ MongoDB Compass
121
+ ---------------
122
+
123
+ .. versionadded:: 3.6
124
+
125
+ MongoDB is packaged with an :program:`install_compass` script, which
126
+ is a platform-specific installer for
127
+ :ref:`MongoDB Compass Community Edition <compass-index>`.
128
+
129
+ .. toctree::
130
+ :maxdepth: 1
131
+
132
+ /reference/program/install_compass
Original file line number Diff line number Diff line change
1
+ .. _install-compass:
2
+
3
+ :orphan:
4
+
5
+ ===================
6
+ ``install_compass``
7
+ ===================
8
+
9
+ .. default-domain:: mongodb
10
+
11
+ .. contents:: On this page
12
+ :local:
13
+ :backlinks: none
14
+ :depth: 1
15
+ :class: singlecol
16
+
17
+ .. versionadded:: 3.6
18
+
19
+ Synopsis
20
+ --------
21
+
22
+ :program:`install_compass` is a platform-specific installation script
23
+ for :ref:`MongoDB Compass Community Edition <compass-index>`.
24
+
25
+ Installation
26
+ ------------
27
+
28
+ Linux / MacOS
29
+ ~~~~~~~~~~~~~
30
+
31
+ On Linux / MacOS systems, navigate to the directory where the
32
+ ``install_compass`` script was downloaded and run the following command
33
+ to execute the script and install MongoDB Compass:
34
+
35
+ .. class:: copyable-code
36
+ .. code-block:: sh
37
+
38
+ python install_compass
39
+
40
+ Windows
41
+ ~~~~~~~
42
+
43
+ On Windows systems, the ``install_compass`` script is a PowerShell
44
+ script included in the the MongoDB Server archive download.
45
+
46
+ Navigate to the directory where the ``Install-Compass.ps1`` file was
47
+ downloaded and run the following command to execute the script and
48
+ install MongoDB Compass:
49
+
50
+ .. class:: copyable-code
51
+ .. code-block:: none
52
+
53
+ powershell .\Install-Compass.ps1
54
+
Original file line number Diff line number Diff line change @@ -483,6 +483,15 @@ Sharded Clusters
483
483
General Enhancements
484
484
--------------------
485
485
486
+ MongoDB Compass Packaging
487
+ ~~~~~~~~~~~~~~~~~~~~~~~~~
488
+
489
+ The MongoDB Server download is packaged with a platform-specific
490
+ :doc:`installation script </reference/program/install_compass>` for
491
+ :ref:`MongoDB Compass Community Edition <compass-index>`. This
492
+ script installs MongoDB Compass as part of the MongoDB Server
493
+ installation process.
494
+
486
495
Collection Identifier
487
496
~~~~~~~~~~~~~~~~~~~~~
488
497
Original file line number Diff line number Diff line change @@ -24,7 +24,6 @@ support for several features related to security and monitoring.
24
24
25
25
.. include:: /includes/fact-default-bind-ip-change.rst
26
26
27
-
28
27
Prerequisites
29
28
-------------
30
29
You can’t perform that action at this time.
0 commit comments