Skip to content

Instantly share code, notes, and snippets.

@rupakg
Created January 14, 2014 03:37
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save rupakg/8412609 to your computer and use it in GitHub Desktop.
Save rupakg/8412609 to your computer and use it in GitHub Desktop.
MongoDB Notes
#start mongodb
mongod run --config /usr/local/Cellar/mongodb/1.4.3-x86_64/mongod.conf
#launch mongodb automatically on logon
launchctl load -w ~/Library/LaunchAgents/org.mongodb.mongod.plist
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment