Skip to content

Instantly share code, notes, and snippets.

@jeanlescure
Last active August 29, 2015 14:09
Show Gist options
  • Save jeanlescure/754a2bacb5506e5701a6 to your computer and use it in GitHub Desktop.
Save jeanlescure/754a2bacb5506e5701a6 to your computer and use it in GitHub Desktop.
# Update repos and Install dependencies
sudo apt-get update
sudo apt-get -y install git zsh curl htop
# Install MongoDB Server
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 mongodb-10gen
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment