Skip to content

Instantly share code, notes, and snippets.

@strobemonkey
Created November 20, 2009 10:54
Show Gist options
  • Save strobemonkey/239422 to your computer and use it in GitHub Desktop.
Save strobemonkey/239422 to your computer and use it in GitHub Desktop.
Set up a CouchDB admin account
#http://wiki.apache.org/couchdb/Setting_up_an_Admin_account
#On Ubuntu you should find local.ini located here:
/usr/local/etc/couchdb/local.ini
#Make sure ownership is changed to couchdb:
sudo chown couchdb:couchdb /usr/local/etc/couchdb/local.ini
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment