Skip to content

Instantly share code, notes, and snippets.

@bendangelo
Created July 1, 2012 23:25
Show Gist options
  • Select an option

  • Save bendangelo/3030000 to your computer and use it in GitHub Desktop.

Select an option

Save bendangelo/3030000 to your computer and use it in GitHub Desktop.
Install MongoDB
# curl -L gist.github.com/raw/3030000 | sudo bash
sudo -s
apt-key adv --keyserver keyserver.ubuntu.com --recv 7F0CEB10
echo "deb http://downloads-distro.mongodb.org/repo/ubuntu-upstart dist 10gen" > /etc/apt/sources.list.d/10gen.list
apt-get update
apt-get install mongodb-10gen -y
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment