Created
July 9, 2016 10:48
-
-
Save dan-mckay/0645a8e416a37d8d46a2f7dccbbf8587 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
1. Install Mongodb - I used Homebrew | |
2. sudo mkdir -p /data/db | |
3. sudo chown <username> /data/db | |
4. mongod - (runs mongo) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment