Skip to content

Instantly share code, notes, and snippets.

@josephmisiti
Created June 2, 2012 03:29
Show Gist options
  • Save josephmisiti/2856397 to your computer and use it in GitHub Desktop.
Save josephmisiti/2856397 to your computer and use it in GitHub Desktop.
$sudo chmod 777 /etc/apt/sources.list
$sudo echo "deb http://downloads-distro.mongodb.org/repo/ubuntu-upstart dist 10gen" >> /etc/apt/sources.list
$sudo apt-get update
$sudo apt-key adv --keyserver keyserver.ubuntu.com --recv 7F0CEB10
$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