aboutsummaryrefslogtreecommitdiff
path: root/doc/taler-merchant-httpd.1
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2017-11-04 11:51:30 +0100
committerChristian Grothoff <christian@grothoff.org>2017-11-04 11:51:30 +0100
commit65d6a4851e9544fded2b776fb955900598744f96 (patch)
tree7919d1024347d49da0719bbd64ce7ab13f482356 /doc/taler-merchant-httpd.1
parentdc03bcf42d48ba06cdc26fd8f31dae72324be387 (diff)
downloadmerchant-65d6a4851e9544fded2b776fb955900598744f96.tar.gz
merchant-65d6a4851e9544fded2b776fb955900598744f96.tar.bz2
merchant-65d6a4851e9544fded2b776fb955900598744f96.zip
add taler-merchant-tip-enable, including docs
Diffstat (limited to 'doc/taler-merchant-httpd.1')
-rw-r--r--doc/taler-merchant-httpd.137
1 files changed, 37 insertions, 0 deletions
diff --git a/doc/taler-merchant-httpd.1 b/doc/taler-merchant-httpd.1
new file mode 100644
index 00000000..7e345875
--- /dev/null
+++ b/doc/taler-merchant-httpd.1
@@ -0,0 +1,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)