Skip to content

DOCS-4284 - update ubuntu enterprise installation instrux for new trusty build #2062

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
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,10 @@ stepnum: 2
ref: sources-list
action:
- pre: |
Create the list file using the following command:
Create the list file using the following command, replacing ``trusty`` with ``precise`` if you are using Ubuntu 12.04 LTS Precise Pangolin:
language: sh
code: |
echo 'deb http://repo.mongodb.com/apt/ubuntu precise/mongodb-enterprise/stable multiverse' | sudo tee /etc/apt/sources.list.d/mongodb-enterprise.list
echo 'deb http://repo.mongodb.com/apt/ubuntu trusty/mongodb-enterprise/stable multiverse' | sudo tee /etc/apt/sources.list.d/mongodb-enterprise.list
- pre: |
If you'd like to install MongoDB Enterprise packages from a
particular :ref:`release series <release-version-numbers>`, such as
Expand All @@ -21,7 +21,8 @@ action:
release series, add the following repository:
language: sh
code: |
echo 'deb http://repo.mongodb.com/apt/ubuntu precise/mongodb-enterprise/2.6 multiverse' | sudo tee /etc/apt/sources.list.d/mongodb-enterprise-2.6.list
echo 'deb http://repo.mongodb.com/apt/ubuntu trusty/mongodb-enterprise/2.6 multiverse' | sudo tee /etc/apt/sources.list.d/mongodb-enterprise-2.6.list
- pre: |
---
stepnum: 3
source:
Expand Down
2 changes: 1 addition & 1 deletion source/tutorial/install-mongodb-enterprise-on-ubuntu.txt
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ Considerations
--------------

MongoDB only provides Enterprise packages for Ubuntu
12.04 LTS (Precise Pangolin).
12.04 LTS (Precise Pangolin) and 14.04 LTS (Trusty Tahr).

.. include:: /includes/note-package-change.rst

Expand Down