Skip to content

DOCS-3371: Harmonizing Considerations sections across Linuces. #1866

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

Closed
wants to merge 1 commit into from
Closed
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: 7 additions & 0 deletions source/tutorial/install-mongodb-on-debian.txt
Original file line number Diff line number Diff line change
Expand Up @@ -28,10 +28,17 @@ more up to date.
Considerations
--------------

For production deployments, always run MongoDB on 64-bit systems.

You cannot install this package concurrently with the ``mongodb``,
``mongodb-server``, or ``mongodb-clients`` packages that
your release of Debian may include.

The default ''/etc/mongodb.conf'' configuration file supplied by the 2.6 series
''.deb'' package has ''bind_ip'' set to ''127.0.0.1'' by default. Ensure that this
is changed to the appropriate value for your environment before activating a
:term:`replica set <replica set>`.

Install MongoDB
---------------

Expand Down
5 changes: 5 additions & 0 deletions source/tutorial/install-mongodb-on-linux.txt
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,11 @@ Overview
Compiled versions of MongoDB for Linux provide a simple option for
installing MongoDB for other Linux systems without supported packages.

Considerations
--------------

For production deployments, always run MongoDB on 64-bit systems.

Install MongoDB
---------------

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -29,11 +29,20 @@ date.
the mean time use your own control scripts *or* install using the
procedure outlined in :doc:`/tutorial/install-mongodb-on-linux`.

Install MongoDB
---------------
Considerations
--------------

For production deployments, always run MongoDB on 64-bit systems.

The default ''/etc/mongodb.conf'' configuration file supplied by the 2.6 series
''.rpm'' package has ''bind_ip'' set to ''127.0.0.1'' by default. Ensure that this
is changed to the appropriate value for your environment before activating a
:term:`replica set <replica set>`.


Install MongoDB
---------------

.. include:: /includes/steps/install-mongodb-on-red-hat-centos-or-fedora-linux.rst

Run MongoDB
Expand Down
10 changes: 10 additions & 0 deletions source/tutorial/install-mongodb-on-ubuntu.txt
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,19 @@ packages, the official MongoDB packages are generally more up-to-date.

.. include:: /includes/list-mongodb-org-packages.rst

Considerations
--------------

For production deployments, always run MongoDB on 64-bit systems.

You cannot install this package concurrently with the ``mongodb``,
``mongodb-server``, or ``mongodb-clients`` packages provided by Ubuntu.

The default ''/etc/mongodb.conf'' configuration file supplied by the 2.6 series
''.deb'' package has ''bind_ip'' set to ''127.0.0.1'' by default. Ensure that this
is changed to the appropriate value for your environment before activating a
:term:`replica set <replica set>`.

Install MongoDB
---------------

Expand Down