Skip to content

Commit

Permalink
couchdb: add page (tldr-pages#1553)
Browse files Browse the repository at this point in the history
  • Loading branch information
sbrl authored Oct 20, 2017
2 parents 868954c + 2290f6a commit 65163f0
Showing 1 changed file with 23 additions and 0 deletions.
23 changes: 23 additions & 0 deletions pages/common/couchdb.md
Original file line number Diff line number Diff line change
@@ -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`

0 comments on commit 65163f0

Please sign in to comment.