Skip to content

Instantly share code, notes, and snippets.

@gcorreaq
Created December 31, 2011 20:34
Show Gist options
  • Save gcorreaq/1545268 to your computer and use it in GitHub Desktop.
Save gcorreaq/1545268 to your computer and use it in GitHub Desktop.
Install and Run MongoDB in OS X with Homebrew
brew update
brew install mongodb
sudo mongod
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment