Skip to content

Instantly share code, notes, and snippets.

@gcman105
Created June 14, 2012 10:23
Show Gist options
  • Select an option

  • Save gcman105/2929464 to your computer and use it in GitHub Desktop.

Select an option

Save gcman105/2929464 to your computer and use it in GitHub Desktop.
Start CouchDB as a service, after brew install couchdb
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
@gcman105

Copy link
Copy Markdown
Author

Install CouchDB to launch at startup on OSX

Issue these commands after brew install couchdb

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