Skip to content

Instantly share code, notes, and snippets.

@crapthings
Created May 13, 2015 02:45
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 crapthings/e3e022b9037c468d453e to your computer and use it in GitHub Desktop.
Save crapthings/e3e022b9037c468d453e to your computer and use it in GitHub Desktop.
To have launchd start mongodb at login:
ln -sfv /usr/local/opt/mongodb/*.plist ~/Library/LaunchAgents
Then to load mongodb now:
launchctl load ~/Library/LaunchAgents/homebrew.mxcl.mongodb.plist
Or, if you don't want/need launchctl, you can just run:
mongod --config /usr/local/etc/mongod.conf
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment