Skip to content

Instantly share code, notes, and snippets.

@jojitoon
Forked from tomysmile/mac-mongodb-setup.md
Created January 22, 2021 11:59
Show Gist options
  • Select an option

  • Save jojitoon/c96486e5a82e19ee3146fd140f72f796 to your computer and use it in GitHub Desktop.

Select an option

Save jojitoon/c96486e5a82e19ee3146fd140f72f796 to your computer and use it in GitHub Desktop.
MongoDB Brew installation

Update Homebrew’s package database.

brew update

To install the MongoDB binaries, issue the following command in a system shell:

brew install mongodb

To install as a services :

brew services start mongodb

or as a standalone process:

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