summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNoah Slater <nslater@apache.org>2009-03-31 17:40:42 +0000
committerNoah Slater <nslater@apache.org>2009-03-31 17:40:42 +0000
commit562c66f16f30f961cb9a991ceeb6ff679a87affa (patch)
tree754d32e038fa947d097ba3d726f44a6e06d257d9
parentb567dd31bcc7f15f869e083b2353cf9e41a50d00 (diff)
added chmod instructions
git-svn-id: https://svn.apache.org/repos/asf/couchdb/trunk@760538 13f79535-47bb-0310-9956-ffa450edef68
-rw-r--r--README6
1 files changed, 6 insertions, 0 deletions
diff --git a/README b/README
index 5ab1e0b3..8137965e 100644
--- a/README
+++ b/README
@@ -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
^^^^^^^^^^^^^^^^