summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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
^^^^^^^^^^^^^^^^