Skip to content

(DOCS-10465): Include blurb on different MongoDB editions #3331

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Jun 14, 2018
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 5 additions & 2 deletions source/installation.txt
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,11 @@ Install MongoDB
.. index:: installation guides
.. index:: installation

This section of the manual contains tutorials on installation of
MongoDB.
MongoDB is released as two editions: *Community* and *Enterprise*.
Community is the open source release of MongoDB. Enterprise provides
additional administration, authentication, and monitoring features.
*Installation steps vary depending on the edition; both procedures are
outlined in this section.*

For upgrade instructions, see :ref:`3.6-upgrade` instead.

Expand Down
6 changes: 3 additions & 3 deletions source/tutorial/install-mongodb-on-windows.txt
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ Install MongoDB Community Edition on Windows
Overview
--------

Use this tutorial to install MongoDB Community Edition on Windows systems.
Use this tutorial to install MongoDB Community Edition on Windows systems.

.. note::

Expand All @@ -29,8 +29,8 @@ software dependencies and automatically upgrades any previous version
of MongoDB that was installed using an ``.msi`` file.

To find which version, service pack, and build of Windows is
running on your host and the processor type of that host, enter the
following command in either the :guilabel:`Command Prompt` or
running on your host, as well as the processor type of that host,
enter the following command in either the :guilabel:`Command Prompt` or
:guilabel:`Powershell`:

.. code-block:: powershell
Expand Down