tldr/pages/common/couchdb.md

25 lines
387 B
Markdown
Raw Normal View History

2017-10-18 15:33:21 +01:00
# couchdb
> 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 15:33:21 +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
- Start CouchDB interactive shell:
2017-10-18 15:33:21 +01:00
`couchdb -i`
- 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`