couchdb: add page (#1553)

This commit is contained in:
Starbeamrainbowlabs
2017-10-20 15:01:40 +01:00
committed by GitHub

23
pages/common/couchdb.md Normal file
View 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`