diff options
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 ^^^^^^^^^^^^^^^^ |