Skip to content

Instantly share code, notes, and snippets.

@nicolasblanco
Created January 3, 2015 19:55
Show Gist options
  • Select an option

  • Save nicolasblanco/8f29e4c5c6725b2f7251 to your computer and use it in GitHub Desktop.

Select an option

Save nicolasblanco/8f29e4c5c6725b2f7251 to your computer and use it in GitHub Desktop.
#!/bin/sh
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 build-essential openssl libreadline6 libreadline6-dev curl git-core zlib1g zlib1g-dev libssl-dev libyaml-dev libsqlite3-dev sqlite3 libxml2-dev libxslt-dev autoconf libc6-dev ncurses-dev automake mongodb-org
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment