Skip to content

Commit

Permalink
couchdb: fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
lamar-frankie committed Oct 19, 2017
1 parent 42ee716 commit cb3fbc5
Showing 1 changed file with 5 additions and 17 deletions.
22 changes: 5 additions & 17 deletions pages/common/couchdb.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:

`couchdb -o {{path/to/file}}`

- Redirect errors from couchdb.stderr to file:

`couchdb -e {{path/to/file}}`

- Display the status of the background process:
- Start couchdb as a background process:

`couchdb -s`
`couchdb -b`

- Kill the background process (Note: It will respawn if needed):

Expand Down

0 comments on commit cb3fbc5

Please sign in to comment.