Command line interface for Apache CouchDB database server.
# To start couchdb:
couchdb
# To start couchdb interactive shell:
couchdb -i
# To start couchdb as a background process:
couchdb -b
# To kill the background process (Note: It will respawn if needed):
couchdb -k
# To shutdown the background process:
couchdb -d