Skip to content

Instantly share code, notes, and snippets.

@mallond
Last active December 21, 2015 18:39
Show Gist options
  • Save mallond/6348845 to your computer and use it in GitHub Desktop.
Save mallond/6348845 to your computer and use it in GitHub Desktop.
MongoDB Install Mac OS x
http://docs.mongodb.org/manual/tutorial/install-mongodb-on-os-x/ "So easy"
1. brew update
2. brew install mongodb
3. start > mongod
4. test > open shell > mongo
db.test.save( { a: 1 } )
db.test.find()
Recommend installing XCode Command line Tools
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment