2017-10-18 15:33:21 +01:00
|
|
|
# couchdb
|
|
|
|
|
2017-10-20 07:05:15 +01:00
|
|
|
> Command line interface for Apache CouchDB database server.
|
2017-10-18 15:33:21 +01:00
|
|
|
|
2017-10-19 13:34:13 +01:00
|
|
|
- Start couchdb:
|
2017-10-18 15:33:21 +01:00
|
|
|
|
2017-10-19 13:34:13 +01:00
|
|
|
`couchdb`
|
2017-10-18 15:33:21 +01:00
|
|
|
|
2017-10-19 13:34:13 +01:00
|
|
|
- Start couchdb interactive shell:
|
2017-10-18 15:33:21 +01:00
|
|
|
|
|
|
|
`couchdb -i`
|
|
|
|
|
2017-10-19 13:34:13 +01:00
|
|
|
- Start couchdb as a background process:
|
2017-10-18 15:33:21 +01:00
|
|
|
|
2017-10-19 13:34:13 +01:00
|
|
|
`couchdb -b`
|
2017-10-18 15:33:21 +01:00
|
|
|
|
|
|
|
- Kill the background process (Note: It will respawn if needed):
|
|
|
|
|
|
|
|
`couchdb -k`
|
|
|
|
|
|
|
|
- Shutdown the background process:
|
|
|
|
|
|
|
|
`couchdb -d`
|