Skip to content

Instantly share code, notes, and snippets.

@dan-mckay
Created July 9, 2016 10:48
Show Gist options
  • Save dan-mckay/0645a8e416a37d8d46a2f7dccbbf8587 to your computer and use it in GitHub Desktop.
Save dan-mckay/0645a8e416a37d8d46a2f7dccbbf8587 to your computer and use it in GitHub Desktop.
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