summaryrefslogtreecommitdiff
path: root/doc/taler-merchant-httpd.1
blob: 7e345875e4c7febda65711b286b11188d0246abc (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
.TH TALER\-MERCHANT\-HTTPD 1 "Nov 4, 2017" "GNU Taler"

.SH NAME
taler\-merchant\-httpd \- Run Taler merchant backend (with RESTful API)

.SH SYNOPSIS
.B taler\-merchant\-httpd
.RI [ options ]
.br

.SH DESCRIPTION
\fBtaler\-merchant\-httpd\fP is a command line tool to run the Taler merchant (HTTP backend).  The required configuration and database must exist before running this command.

.SH OPTIONS
.B
.IP "\-C,  \-\-connection-close"
Force each HTTP connection to be closed after each request (useful in combination with \-f to avoid having to wait for nc to time out).
.B
.IP "\-c FILENAME,  \-\-config=FILENAME"
Use the configuration and other resources for the merchant to operate from FILENAME.
.B
.IP "\-h, \-\-help"
Print short help on options.
.B
.IP "\-v, \-\-version"
Print version information.

.SH SIGNALS
.B
.IP SIGTERM
Sending a SIGTERM to the process will cause it to shutdown cleanly.

.SH BUGS
Report bugs by using Mantis <https://gnunet.org/bugs/> or by sending electronic mail to <taler@gnu.org>

.SH "SEE ALSO"
\fBtaler\-merchant\-dbinit\fP(1), \fBtaler\-merchant\-tip\-enable\fP(1), \fBtaler.conf\fP(5)