Skip to content

Instantly share code, notes, and snippets.

@jsleetw
Created May 8, 2013 05:53
Show Gist options
  • Save jsleetw/5538512 to your computer and use it in GitHub Desktop.
Save jsleetw/5538512 to your computer and use it in GitHub Desktop.
MongoDB Related Command
make databse folder:
mkdir -p /data/db
run mongodb as Daemon:
mongod --fork --logpath /var/log/mongodb.log
information from:
http://docs.mongodb.org/manual/tutorial/manage-mongodb-processes/
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment