Skip to content

Instantly share code, notes, and snippets.

@herrera-ignacio
Created March 9, 2020 01:36
Show Gist options
  • Save herrera-ignacio/c357fe7d309e930cdbb273b4a0328a9f to your computer and use it in GitHub Desktop.
Save herrera-ignacio/c357fe7d309e930cdbb273b4a0328a9f to your computer and use it in GitHub Desktop.
Install mongodb on Mac OSX

Updated Docs

You will need Home Brew installed.

brew tap mongodb/brew
brew install mongodb-community

You can now start Mongo as a background process

mongod --config /usr/local/etc/mongod.conf

You can connect using mongo CLI

mongo
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment