Last active
May 16, 2018 03:01
-
-
Save gchavez2/39b7d45c97082f7a71c06b9ea4a2a1b3 to your computer and use it in GitHub Desktop.
Installing up MongoDB in OS X
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
brew install mongodb | |
mkdir -p /Users/gichavez/Documents/Github/data | |
echo "mongod --dbpath=/Users/gichavez/Documents/Github/data --nojournal" > mongod | |
chmod a+x mongod | |
./mongod |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment