Skip to content

Instantly share code, notes, and snippets.

@jshorish
Last active August 29, 2015 14:10
Show Gist options
  • Select an option

  • Save jshorish/7ee02fa4342bbfaecec8 to your computer and use it in GitHub Desktop.

Select an option

Save jshorish/7ee02fa4342bbfaecec8 to your computer and use it in GitHub Desktop.
Configure sources and install mongodb on Ubuntu 14.04
sudo apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv 7F0CEB10
echo 'deb http://downloads-distro.mongodb.org/repo/ubuntu-upstart dist 10gen' | sudo tee /etc/apt/sources.list.d/mongodb.list
sudo apt-get update
sudo apt-get install -y mongodb-org
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment