summaryrefslogtreecommitdiff
path: root/taler-auditor-manual.rst
diff options
context:
space:
mode:
Diffstat (limited to 'taler-auditor-manual.rst')
-rw-r--r--taler-auditor-manual.rst22
1 files changed, 20 insertions, 2 deletions
diff --git a/taler-auditor-manual.rst b/taler-auditor-manual.rst
index 3fe835c9..6cd30221 100644
--- a/taler-auditor-manual.rst
+++ b/taler-auditor-manual.rst
@@ -209,13 +209,31 @@ To install the Taler auditor, you can now simply run:
.. code-block:: console
- # apt install taler-auditor
+ # apt install -t sid taler-auditor
For the auditor, you must manually configure access to the exchange database,
the HTTP reverse proxy (typically with TLS certificates) and offline signing.
Sample configuration files for the HTTP reverse proxy can be found in
-``/etc/taler-exchange/``.
+``/etc/taler-auditor/``.
+
+
+Installing the GNU Taler binary packages on Ubuntu
+--------------------------------------------------
+
+.. include:: frags/installing-ubuntu.rst
+
+To install the Taler exchange, you can now simply run:
+
+.. code-block:: console
+
+ # apt install -t focal-fossa taler-exchange
+
+For the auditor, you must manually configure access to the exchange database,
+the HTTP reverse proxy (typically with TLS certificates) and offline signing.
+
+Sample configuration files for the HTTP reverse proxy can be found in
+``/etc/taler-auditor/``.
Configuration