couchdb: fix typo

coverage
lamar-frankie 2017-10-19 08:34:13 -04:00
parent 42ee716137
commit cb3fbc57ce
1 changed files with 5 additions and 17 deletions

View File

@ -2,29 +2,17 @@
> This is the command line interface for Apache CouchDB database server. > 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: - Start couchdb interactive shell:
`couchdb -A {{path/to/file}}`
- Enter the interactive Erlang shell:
`couchdb -i` `couchdb -i`
- Redirect output from couchdb.stdout to file: - Start couchdb as a background process:
`couchdb -o {{path/to/file}}` `couchdb -b`
- Redirect errors from couchdb.stderr to file:
`couchdb -e {{path/to/file}}`
- Display the status of the background process:
`couchdb -s`
- Kill the background process (Note: It will respawn if needed): - Kill the background process (Note: It will respawn if needed):