This shows you the differences between the selected revision and the current version of the page.
| installing_and_configuring_couchdb_on_ubuntu_8.10 2008/11/24 01:49 | installing_and_configuring_couchdb_on_ubuntu_8.10 2008/11/24 01:51 current | ||
|---|---|---|---|
| Line 24: | Line 24: | ||
| sudo update-rc.d couchdb defaults | sudo update-rc.d couchdb defaults | ||
| sudo /etc/init.d/couchdb start | sudo /etc/init.d/couchdb start | ||
| + | |||
| + | Or start manually each time you want to use CouchDB | ||
| + | sudo /usr/local/etc/init.d/couchdb start | ||
| + | |||
| + | Open http://localhost:5984/_utils/index.html in Firefox | ||
| + | |||
| Based on this tutorial: http://www.chetanmittal.com/2008/6/15/install-couchdb-on-ubuntu-hardy-heron-8-04 | Based on this tutorial: http://www.chetanmittal.com/2008/6/15/install-couchdb-on-ubuntu-hardy-heron-8-04 | ||