Created
June 11, 2013 17:33
-
-
Save lucasrenan/5758930 to your computer and use it in GitHub Desktop.
install mongodb ubuntu
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| http://docs.mongodb.org/manual/tutorial/install-mongodb-on-ubuntu/ | |
| sudo apt-key adv --keyserver keyserver.ubuntu.com --recv 7F0CEB10 | |
| Create a /etc/apt/sources.list.d/10gen.list file using the following command. | |
| echo 'deb http://downloads-distro.mongodb.org/repo/ubuntu-upstart dist 10gen' | sudo tee /etc/apt/sources.list.d/10gen.list | |
| sudo apt-get update | |
| sudo apt-get install mongodb-10gen |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment