mirror of https://github.com/CrimsonTome/tldr.git
couchdb: add page (#1553)
commit
65163f050f
|
@ -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…
Reference in New Issue