Skip to content
Closed
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
26 changes: 13 additions & 13 deletions source/tutorial/install-mongodb-on-ubuntu.txt
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,19 @@ Now issue the following command to reload your repository:

.. _install-ubuntu-version-pinning:

Install Packages
~~~~~~~~~~~~~~~~

Issue the following command to install the latest stable version of
MongoDB:

.. code-block:: sh

sudo apt-get install mongodb-10gen

When this command completes, you have successfully installed MongoDB!
Continue for configuration and start-up suggestions.

Manage Installed Versions
~~~~~~~~~~~~~~~~~~~~~~~~~

Expand All @@ -103,19 +116,6 @@ To pin a package, issue the following command at the system prompt to

echo "mongodb-10gen hold" | dpkg --set-selections

Install Packages
~~~~~~~~~~~~~~~~

Issue the following command to install the latest stable version of
MongoDB:

.. code-block:: sh

sudo apt-get install mongodb-10gen

When this command completes, you have successfully installed MongoDB!
Continue for configuration and start-up suggestions.

Configure MongoDB
-----------------

Expand Down