Dear Wiki user,
You have subscribed to a wiki page or wiki category on "Couchdb Wiki" for change notification.
The "Installing_on_Ubuntu" page has been changed by BuZZ-dEE.
The comment on this change is: symlink added.
http://wiki.apache.org/couchdb/Installing_on_Ubuntu?action=diff&rev1=27&rev2=28
--------------------------------------------------
chown -R couchdb: /usr/local/var/lib/couchdb /usr/local/var/log/couchdb
# start couchdb
/usr/local/etc/init.d/couchdb start
-
+ # then you have to create a symlink, so that the update-rc.d command is succesfull
+ ln -s /usr/local/etc/init.d/couchdb /etc/init.d/couchdb
# Start couchdb on system start
update-rc.d couchdb defaults
|