summaryrefslogtreecommitdiff
path: root/doc/sphinx/manpages/anastasis-httpd.1.rst
diff options
context:
space:
mode:
Diffstat (limited to 'doc/sphinx/manpages/anastasis-httpd.1.rst')
-rw-r--r--doc/sphinx/manpages/anastasis-httpd.1.rst58
1 files changed, 58 insertions, 0 deletions
diff --git a/doc/sphinx/manpages/anastasis-httpd.1.rst b/doc/sphinx/manpages/anastasis-httpd.1.rst
new file mode 100644
index 0000000..599ede0
--- /dev/null
+++ b/doc/sphinx/manpages/anastasis-httpd.1.rst
@@ -0,0 +1,58 @@
+anastasis-httpd(1)
+##################
+
+.. only:: html
+
+ Name
+ ====
+
+ **anastasis-httpd** - run Anastasis backend (with RESTful API)
+
+
+Synopsis
+========
+
+**anastasis-httpd**
+
+Description
+===========
+
+Banastasis-httpd is a command line tool to run the Anastasis (HTTP
+backend). The required configuration and database must exist before
+running this command.
+
+Its options are as follows:
+
+**-C** \| **--connection-close**
+ Force each HTTP connection to be closed after each request.
+
+**-c** *FILENAME* \| **––config=**\ ‌\ *FILENAME*
+ Use the configuration and other resources for the merchant to operate
+ from FILENAME.
+
+**-h** \| **––help**
+ Print short help on options.
+
+**-v** \| **––version**
+ Print version information.
+
+
+Signals
+=======
+
+**anastasis-httpd** responds to the following signals:
+
+``SIGTERM``
+ Sending a SIGTERM to the process will cause it to shutdown cleanly.
+
+See also
+========
+
+anastasis-dbinit(1), anastasis-config(1), anastasis-gtk(1), anastasis-reducer(1)
+
+
+Bugs
+====
+
+Report bugs by using https://bugs.anastasis.lu or by sending
+electronic mail to <contact@anastasis.lu>.