Skip to content

Instantly share code, notes, and snippets.

@colynb
Last active August 29, 2015 14:03
Show Gist options
  • Save colynb/f63329fb7ef89565d96a to your computer and use it in GitHub Desktop.
Save colynb/f63329fb7ef89565d96a to your computer and use it in GitHub Desktop.
MongoDB install on Ubuntu
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 --force-yes install mongodb-10gen
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment