Created
August 13, 2016 12:29
-
-
Save agarciadelrio/fab84a09f535b4f1d2b9984e938d0c79 to your computer and use it in GitHub Desktop.
Messages after install
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
~ brew install mongodb | |
=> Caveats | |
To have launchd start mongodb now and restart at login: | |
brew services start mongodb | |
Or, if you don't want/need a background service you can just run: | |
mongod --config /usr/local/etc/mongod.conf | |
==> Summary | |
🍺 /usr/local/Cellar/mongodb/3.2.8 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment