Skip to content

Instantly share code, notes, and snippets.

@omerucel
Created June 30, 2012 19:52
Show Gist options
  • Save omerucel/3025269 to your computer and use it in GitHub Desktop.
Save omerucel/3025269 to your computer and use it in GitHub Desktop.
run mongodb on mac
#!/bin/sh
/Applications/mongodb-osx-x86_64-2.0.6/bin/mongod --logpath /tmp/mongod.log --dbpath /Applications/mongodb-osx-x86_64-2.0.6/data/ &
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment