Last active
December 21, 2015 18:39
-
-
Save mallond/6348845 to your computer and use it in GitHub Desktop.
MongoDB Install Mac 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
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