Dear Wiki user,

You have subscribed to a wiki page or wiki category on "Couchdb Wiki" for 
change notification.

The "Installing_on_OSX" page has been changed by karmi.
The comment on this change is: Adding info about file permissions for launchd 
to work.
http://wiki.apache.org/couchdb/Installing_on_OSX?action=diff&rev1=21&rev2=22

--------------------------------------------------

  
  and it should be up and accessible via 
http://127.0.0.1:5984/_utils/index.html. It should also be restarted
  automatically after reboot (because of the -w flag).
+ 
+ If not, be sure to check permissions on couchdb files and repair them if 
neccessary:
+ 
+ {{{
+ $ sudo chown -R couchdb:couchdb /opt/local/var/lib/couchdb/ 
/opt/local/var/log/couchdb/
+ }}}
  
  Updating the ports collection. The collection of port files has to be updated 
to reflect the latest
  versions of available packages. In order to do that run:

Reply via email to