Installing MongoDB in OS X - Project-OSS-Sirius/tv-star-now GitHub Wiki

In OS X, MongoDB can be easily installed using homebrew.

$ brew update
$ brew install mongodb

If you need SSL support, do as follows:

$ brew install mongodb --with-openssl