diff options
author | Noah Slater <nslater@apache.org> | 2009-03-24 16:11:11 +0000 |
---|---|---|
committer | Noah Slater <nslater@apache.org> | 2009-03-24 16:11:11 +0000 |
commit | a81b697f50429bc3168183a8d3c828704479bdde (patch) | |
tree | 0072fd0b5e735e6ee3c61d9491e3cf0bcdbb6880 | |
parent | 67bfc3a2cab07e080ef995c8c6f7b21acb8c9695 (diff) |
added PREFIX/etc/couchdb to chown instructions
git-svn-id: https://svn.apache.org/repos/asf/couchdb/trunk@757875 13f79535-47bb-0310-9956-ffa450edef68
-rw-r--r-- | README | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -146,8 +146,9 @@ You should make sure that the `couchdb` user has a working POSIX shell and set the home directory to `/usr/local/var/lib/couchdb` which is the Apache CouchDB database directory. -Change the ownership of the Apache CouchDB data directories by running: +Change the ownership of the Apache CouchDB directories by running: + chown -R couchdb /usr/local/etc/couchdb chown -R couchdb /usr/local/var/lib/couchdb chown -R couchdb /usr/local/var/log/couchdb |