diff --git a/pages/common/couchdb.md b/pages/common/couchdb.md new file mode 100644 index 000000000..d61bc3c1d --- /dev/null +++ b/pages/common/couchdb.md @@ -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`