Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

couchdb: add page #1553

Merged
merged 4 commits into from
Oct 20, 2017
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
couchdb: fix typo
  • Loading branch information
lamar-frankie committed Oct 19, 2017
commit cb3fbc57ce114e59e0f8cc25507ee64c406ec29f
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