couchdb
Command-line interface for Apache CouchDB database server.
- Start CouchDB:
couchdb
- Start CouchDB interactive shell:
couchdb -i
- Start CouchDB as a background process:
couchdb -b
- Kill the background process (Note: It will respawn if needed):
couchdb -k
- Shutdown the background process:
couchdb -d
Copyright © 2014—present the tldr-pages team and contributors.
This work is licensed under the Creative Commons Attribution 4.0 International License (CC-BY).