summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorNoah Slater <nslater@apache.org>2009-03-24 16:11:11 +0000
committerNoah Slater <nslater@apache.org>2009-03-24 16:11:11 +0000
commita81b697f50429bc3168183a8d3c828704479bdde (patch)
tree0072fd0b5e735e6ee3c61d9491e3cf0bcdbb6880 /README
parent67bfc3a2cab07e080ef995c8c6f7b21acb8c9695 (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
Diffstat (limited to 'README')
-rw-r--r--README3
1 files changed, 2 insertions, 1 deletions
diff --git a/README b/README
index 333a9ce2..83463950 100644
--- a/README
+++ b/README
@@ -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