Skip to content

Instantly share code, notes, and snippets.

@strobemonkey
Created November 20, 2009 10:54
Show Gist options
  • Save strobemonkey/239420 to your computer and use it in GitHub Desktop.
Save strobemonkey/239420 to your computer and use it in GitHub Desktop.
Start CouchDB
# start couchdb as a daemon
sudo /usr/local/etc/init.d/couchdb start
# or start couchdb in shell
sudo -u couchdb couchdb
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment