Skip to content

Latest commit

 

History

History
16 lines (12 loc) · 459 Bytes

deploy.rst

File metadata and controls

16 lines (12 loc) · 459 Bytes

Deploying Go, Mongo and python

Start MongoDB on OSX

  • 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