Created
June 14, 2012 10:23
-
-
Save gcman105/2929464 to your computer and use it in GitHub Desktop.
Start CouchDB as a service, after brew install couchdb
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
sudo chown root /usr/local/Cellar/couchdb/1.2.0/Library/LaunchDaemons/org.apache.couchdb.plist | |
sudo launchctl load -w /usr/local/Cellar/couchdb/1.2.0/Library/LaunchDaemons/org.apache.couchdb.plist |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Install CouchDB to launch at startup on OSX
Issue these commands after brew install couchdb