Install MongoDB on Mac OS X
Firstly, install homebrew, which is the missing package management tool for OS X:
ruby -e “$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"
Then, update Formulae:
brew update
And install the mongodb:
brew install ...
victorleungtw.hashnode.dev1 min read