1COUCHDB(1)                       User Commands                      COUCHDB(1)
2
3
4

NAME

6       couchdb - Apache CouchDB database server
7

SYNOPSIS

9       couchdb [OPTION]
10

DESCRIPTION

12       The couchdb command runs the Apache CouchDB server.
13
14       Erlang is called with:
15
16       -sasl errlog_type error +K true +A 4
17
18       Erlang inherits the environment of this command.
19
20       You can override these options using the environment:
21
22              ERL_AFLAGS, ERL_FLAGS, ERL_ZFLAGS
23
24       See erl(1) for more information about the environment variables.
25
26       The exit status is 0 for success or 1 for failure.
27

OPTIONS

29       -h     display a short help message and exit
30
31       -V     display version information and exit
32
33       -a FILE
34              add configuration FILE to chain
35
36       -A DIR add configuration DIR to chain
37
38       -n     reset configuration file chain (including system default)
39
40       -c     print configuration file chain and exit
41
42       -i     use the interactive Erlang shell
43
44       -b     spawn as a background process
45
46       -p FILE
47              set the background PID FILE (overrides system default)
48
49       -r SECONDS
50              respawn   background  process  after  SECONDS  (defaults  to  no
51              respawn)
52
53       -o FILE
54              redirect background stdout to FILE (defaults to couchdb.stdout)
55
56       -e FILE
57              redirect background stderr to FILE (defaults to couchdb.stderr)
58
59       -s     display the status of the background process
60
61       -k     kill the background process, will respawn if needed
62
63       -d     shutdown the background process
64

REPORTING BUGS

66       Report bugs at <https://issues.apache.org/jira/browse/COUCHDB>.
67
68       Licensed under the Apache License, Version 2.0 (the "License"); you may
69       not use this file except in compliance with the License. You may obtain
70       a copy of the
71       License at
72
73              http://www.apache.org/licenses/LICENSE-2.0
74
75       Unless required by applicable law or agreed  to  in  writing,  software
76       distributed under the License is distributed on an "AS IS" BASIS, WITH‐
77       OUT WARRANTIES OR
78       CONDITIONS OF ANY KIND, either express or implied. See the License  for
79       the  specific  language governing permissions and limitations under the
80       License.
81
82
83
84couchdb - Apache CouchDB 1.0.2     June 2011                        COUCHDB(1)
Impressum