From cb3fbc57ce114e59e0f8cc25507ee64c406ec29f Mon Sep 17 00:00:00 2001 From: lamar-frankie Date: Thu, 19 Oct 2017 08:34:13 -0400 Subject: [PATCH] couchdb: fix typo --- pages/common/couchdb.md | 22 +++++----------------- 1 file changed, 5 insertions(+), 17 deletions(-) diff --git a/pages/common/couchdb.md b/pages/common/couchdb.md index 41d46a8ab..1095889df 100644 --- a/pages/common/couchdb.md +++ b/pages/common/couchdb.md @@ -2,29 +2,17 @@ > This is the command line interface for Apache CouchDB database server. -- Add a configuration file to chain: +- Start couchdb: -`couchdb -a {{path/to/file}}` +`couchdb` -- Add a configuration directory to chain: - -`couchdb -A {{path/to/file}}` - -- Enter the interactive Erlang shell: +- Start couchdb interactive shell: `couchdb -i` -- Redirect output from couchdb.stdout to file: +- Start couchdb as a background process: -`couchdb -o {{path/to/file}}` - -- Redirect errors from couchdb.stderr to file: - -`couchdb -e {{path/to/file}}` - -- Display the status of the background process: - -`couchdb -s` +`couchdb -b` - Kill the background process (Note: It will respawn if needed):