I am not sure why I\'m getting this error:
$ brew install mongodb
==> Downloading http://fastdl.mongodb.org/osx/mongodb-osx-x86_64-2.0.4.tgz
#############
The lazy (brew) way:
ls -al /usr/local/bin/brew #confirm brew ownership
sudo chown root:wheel /usr/local/bin/brew
sudo brew install mongodb
sudo chown : /usr/local/bin/brew #revert ownership
The non-brew way:
mongod -f /etc/mongo.conf