Skip to content

Instantly share code, notes, and snippets.

@yarkovaleksei
Created June 14, 2016 13:54
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save yarkovaleksei/e4a9ba3cb7d74e650ce747ddb24491d4 to your computer and use it in GitHub Desktop.
Save yarkovaleksei/e4a9ba3cb7d74e650ce747ddb24491d4 to your computer and use it in GitHub Desktop.
apt-key adv --keyserver keyserver.ubuntu.com --recv 7F0CEB10
echo "deb http://downloads-distro.mongodb.org/repo/ubuntu-upstart dist 10gen" | tee -a /etc/apt/sources.list.d/10gen.list
apt-get -y update
apt-get -y install mongodb-10gen
#sudo service mongodb start
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment