2017-10-18 10:33:21 -04:00
|
|
|
# couchdb
|
|
|
|
|
2021-05-20 16:13:41 -04:00
|
|
|
> Command-line interface for Apache CouchDB database server.
|
2019-06-09 00:05:29 +01:00
|
|
|
> More information: <https://couchdb.apache.org>.
|
2017-10-18 10:33:21 -04:00
|
|
|
|
2021-08-15 19:59:09 +02:00
|
|
|
- Start CouchDB:
|
2017-10-18 10:33:21 -04:00
|
|
|
|
2017-10-19 08:34:13 -04:00
|
|
|
`couchdb`
|
2017-10-18 10:33:21 -04:00
|
|
|
|
2021-08-15 19:59:09 +02:00
|
|
|
- Start CouchDB interactive shell:
|
2017-10-18 10:33:21 -04:00
|
|
|
|
|
|
|
`couchdb -i`
|
|
|
|
|
2021-08-15 19:59:09 +02:00
|
|
|
- Start CouchDB as a background process:
|
2017-10-18 10:33:21 -04:00
|
|
|
|
2017-10-19 08:34:13 -04:00
|
|
|
`couchdb -b`
|
2017-10-18 10:33:21 -04:00
|
|
|
|
|
|
|
- Kill the background process (Note: It will respawn if needed):
|
|
|
|
|
|
|
|
`couchdb -k`
|
|
|
|
|
|
|
|
- Shutdown the background process:
|
|
|
|
|
|
|
|
`couchdb -d`
|