Skip to content

Instantly share code, notes, and snippets.

@bobmoff
Last active October 22, 2021 21:28
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save bobmoff/9219251 to your computer and use it in GitHub Desktop.
Save bobmoff/9219251 to your computer and use it in GitHub Desktop.
Script to Install MongoDB on Ubuntu / Digital Ocean Droplet
apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv 7F0CEB10
echo 'deb http://downloads-distro.mongodb.org/repo/ubuntu-upstart dist 10gen' | tee /etc/apt/sources.list.d/mongodb.list
apt-get -y update
apt-get install -y mongodb-org
@ozergul
Copy link

ozergul commented Aug 19, 2014

Thanks a lot

@murwa
Copy link

murwa commented Apr 6, 2015

thanks

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment