I'm trying to install mongo. I ran the following:
$sudo chown -R [username] /usr/local ~ $sudo chmod -R u+w /usr/local ~ $brew link mongodb Linking /usr/local/Cellar/mongodb/3.0.2... 14 symlinks created I ran mongo and got the following:
~ $mongo MongoDB shell version: 3.0.2 connecting to: test 2015-04-14T09:21:29.095-0400 W NETWORK Failed to connect to 127.0.0.1:27017, reason: errno:61 Connection refused 2015-04-14T09:21:29.097-0400 E QUERY Error: couldn't connect to server 127.0.0.1:27017 (127.0.0.1), connection attempt failed at connect (src/mongo/shell/mongo.js:179:14) at (connect):1:6 at src/mongo/shell/mongo.js:179 exception: connect failed Not sure what to do.