diff options
author | Noah Slater <nslater@apache.org> | 2009-03-31 17:40:42 +0000 |
---|---|---|
committer | Noah Slater <nslater@apache.org> | 2009-03-31 17:40:42 +0000 |
commit | 562c66f16f30f961cb9a991ceeb6ff679a87affa (patch) | |
tree | 754d32e038fa947d097ba3d726f44a6e06d257d9 /README | |
parent | b567dd31bcc7f15f869e083b2353cf9e41a50d00 (diff) |
added chmod instructions
git-svn-id: https://svn.apache.org/repos/asf/couchdb/trunk@760538 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'README')
-rw-r--r-- | README | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -152,6 +152,12 @@ Change the ownership of the Apache CouchDB directories by running: chown -R couchdb:couchdb /usr/local/var/lib/couchdb chown -R root:couchdb /usr/local/var/log/couchdb +Change the permission of the Apache CouchDB directories by running: + + chmod -R 0770 /usr/local/etc/couchdb + chmod -R 0770 /usr/local/var/lib/couchdb + chmod -R 0770 /usr/local/var/log/couchdb + Running Manually ^^^^^^^^^^^^^^^^ |