Skip to content

Instantly share code, notes, and snippets.

@gchavez2
Last active May 16, 2018 03:01
Show Gist options
  • Save gchavez2/39b7d45c97082f7a71c06b9ea4a2a1b3 to your computer and use it in GitHub Desktop.
Save gchavez2/39b7d45c97082f7a71c06b9ea4a2a1b3 to your computer and use it in GitHub Desktop.
Installing up MongoDB in OS X
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