File tree Expand file tree Collapse file tree 2 files changed +7
-10
lines changed Expand file tree Collapse file tree 2 files changed +7
-10
lines changed Original file line number Diff line number Diff line change @@ -18,8 +18,11 @@ Install MongoDB
18
18
.. index:: installation guides
19
19
.. index:: installation
20
20
21
- This section of the manual contains tutorials on installation of
22
- MongoDB.
21
+ MongoDB is released as two editions: *Community* and *Enterprise*.
22
+ Community is the open source release of MongoDB. Enterprise provides
23
+ additional administration, authentication, and monitoring features.
24
+ *Installation steps vary depending on the edition; both procedures are
25
+ outlined in this section.*
23
26
24
27
For upgrade instructions, see :ref:`3.6-upgrade` instead.
25
28
Original file line number Diff line number Diff line change @@ -15,12 +15,6 @@ Overview
15
15
16
16
Use this tutorial to install MongoDB Community Edition on Windows systems.
17
17
18
- MongoDB is released as two editions: *Community* and *Enterprise*.
19
- Community is the open source release of MongoDB. Enterprise provides
20
- additional administration, authentication, and monitoring features.
21
- To install `MongoDB Enterprise Advanced <https://www.mongodb.com/products/mongodb-enterprise-advanced>`__,
22
- see the :doc:`Enterprise tutorial </tutorial/install-mongodb-enterprise-on-windows>`.
23
-
24
18
.. note::
25
19
26
20
.. include:: /includes/fact-default-bind-ip-change.rst
@@ -35,8 +29,8 @@ software dependencies and automatically upgrades any previous version
35
29
of MongoDB that was installed using an ``.msi`` file.
36
30
37
31
To find which version, service pack, and build of Windows is
38
- running on your host and the processor type of that host, enter the
39
- following command in either the :guilabel:`Command Prompt` or
32
+ running on your host, as well as the processor type of that host,
33
+ enter the following command in either the :guilabel:`Command Prompt` or
40
34
:guilabel:`Powershell`:
41
35
42
36
.. code-block:: powershell
You can’t perform that action at this time.
0 commit comments