I have installed mongo and bson_ext now I have created a .rb file with the following contents ::
require \'rubygems\' require \'mongo\' db = Mongo::Connecti
On a mac, using brew I found that brew info mongodb and then using then
brew info mongodb
ln -sfv /usr/local/opt/mongodb/*.plist ~/Library/LaunchAgents or mongod --config /usr/local/etc/mongod.conf worked!
ln -sfv /usr/local/opt/mongodb/*.plist ~/Library/LaunchAgents
mongod --config /usr/local/etc/mongod.conf