Skip to content

Instantly share code, notes, and snippets.

@vurral
Created October 12, 2013 12:42
Show Gist options
  • Save vurral/6949636 to your computer and use it in GitHub Desktop.
Save vurral/6949636 to your computer and use it in GitHub Desktop.
install auto launch daemon for mongodb on mac
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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment