- Install Mongo , for mac use
brew install mongo
. If using OSX Sierra (latest version) try to install manually from https://docs.mongodb.com/v3.0/tutorial/install-mongodb-on-os-x/ - Install a User Interface Admin, MongoHub: https://github.com/jeromelebel/MongoHub-Mac
Create a folder to store the database, so in you console run:
Mac and Linux users:
- sudo mkdir /data
- sudo mkdir /data/db