Skip to content

Instantly share code, notes, and snippets.

@mindreframer
Created August 23, 2013 09:38
Show Gist options
  • Save mindreframer/6317417 to your computer and use it in GitHub Desktop.
Save mindreframer/6317417 to your computer and use it in GitHub Desktop.
LauchDaemon for MongoDB on OSX Lion

sudo rm -rf /Library/LaunchDaemons/homebrew.mxcl.mongodb.plist sudo cp /usr/local/Cellar/opt/mongodb/homebrew.mxcl.mongodb.plist /Library/LaunchDaemons/homebrew.mxcl.mongodb.plist sudo launchctl load /Library/LaunchDaemons/homebrew.mxcl.mongodb.plist sudo launchctl start homebrew.mxcl.mongodb

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment