mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-08-06 04:55:39 +02:00
couchdb: add page (#1553)
This commit is contained in:
commit
65163f050f
1 changed files with 23 additions and 0 deletions
23
pages/common/couchdb.md
Normal file
23
pages/common/couchdb.md
Normal file
|
@ -0,0 +1,23 @@
|
||||||
|
# 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`
|
Loading…
Add table
Reference in a new issue