summaryrefslogtreecommitdiff
path: root/taler-auditor-manual.rst
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2021-01-03 23:05:00 +0100
committerChristian Grothoff <christian@grothoff.org>2021-01-03 23:05:00 +0100
commit2a1fcffe436f6e2cfec28e25123e2c6485816ba1 (patch)
tree9cfd710997ec6be172b2a25cc0c861f4449343d7 /taler-auditor-manual.rst
parent3b866c6ca19ebdd6a4354b7c0774bd6481afe59a (diff)
downloaddocs-2a1fcffe436f6e2cfec28e25123e2c6485816ba1.tar.gz
docs-2a1fcffe436f6e2cfec28e25123e2c6485816ba1.tar.bz2
docs-2a1fcffe436f6e2cfec28e25123e2c6485816ba1.zip
Debian package instructions
Diffstat (limited to 'taler-auditor-manual.rst')
-rw-r--r--taler-auditor-manual.rst35
1 files changed, 35 insertions, 0 deletions
diff --git a/taler-auditor-manual.rst b/taler-auditor-manual.rst
index 5a5e6120..9eac6f9a 100644
--- a/taler-auditor-manual.rst
+++ b/taler-auditor-manual.rst
@@ -177,6 +177,9 @@ components:
Installation
============
+Installing from source
+----------------------
+
Please install the following packages before proceeding with the
exchange compilation.
@@ -197,6 +200,38 @@ the exchange (which includes the code for the auditor).
.. include:: frags/installing-taler-exchange.rst
+Installing the GNU Taler binary packages on Debian
+--------------------------------------------------
+
+.. include:: frags/installing-debian.rst
+
+To install the Taler auditor, you can now simply run:
+
+.. code-block:: console
+
+ # apt install taler-exchange
+
+Note that Taler auditor is part of the ``taler-exchange`` package.
+The package sets up the various users and the systemd service scripts
+for an exchange, which will not be needed for an auditor. Simply do not
+enable the taler-exchange-httpd service and this should be harmless.
+
+.. note::
+
+ In the future, we plan to split the package and have a separate
+ ``taler-auditor`` package.
+
+For the auditor, you must manually configure access to the exchange database,
+the HTTP reverse proxy (typically with TLS certificates) and offline signing.
+
+.. note::
+
+ The current package does not setup a user for the ``taler-auditor-httpd``
+ and includes no provisions for the reverse proxy configuration.
+ This should change in a future release.
+
+
+
Configuration
=============