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 AndersBrownworth: http://wiki.apache.org/couchdb/Installing_on_OSX?action=diff&rev1=35&rev2=36 Comment: minor version number fix sudo chown -R couchdb:couchdb $RELAX/etc/couchdb $RELAX/var/lib/couchdb $RELAX/var/run/couchdb $RELAX/var/log/couchdb sudo chmod -R 770 $RELAX/etc/couchdb $RELAX/var/lib/couchdb $RELAX/var/run/couchdb $RELAX/var/log/couchdb sudo find -X $RELAX/etc/couchdb $RELAX/var/lib/couchdb $RELAX/var/run/couchdb $RELAX/var/log/couchdb -type f | xargs chmod 660 - sudo cp $RELAX/Cellar/couchdb/1.1.0/Library/LaunchDaemons/org.apache.couchdb.plist /Library/LaunchDaemons/ + sudo cp $RELAX/Cellar/couchdb/1.1.1/Library/LaunchDaemons/org.apache.couchdb.plist /Library/LaunchDaemons/ }}} Finally, you can start/stop CouchDB daemon using these terminal aliases:
