Skip to content

Instantly share code, notes, and snippets.

@dmitryrck
Created March 4, 2012 17:27
Show Gist options
  • Save dmitryrck/1973996 to your computer and use it in GitHub Desktop.
Save dmitryrck/1973996 to your computer and use it in GitHub Desktop.
Run mongodb on ubuntu 11.10 x64
# Passos:
% wget -c http://fastdl.mongodb.org/linux/mongodb-linux-x86_64-2.0.3.tgz
tar xfz mongodb-linux-x86_64-2.0.3.tgz
mkdir -p ${HOME}/db
./mongodb-linux-x86_64-2.0.3/bin/mongod run --dbpath ${HOME}/db
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment