summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--index.rst2
-rw-r--r--taler-exchange-manual.rst21
2 files changed, 22 insertions, 1 deletions
diff --git a/index.rst b/index.rst
index 1a4d56c5..c64f8c85 100644
--- a/index.rst
+++ b/index.rst
@@ -60,7 +60,7 @@ Documentation Overview
taler-bank-manual
taler-backoffice-manual
taler-auditor-manual
- developers-manual.rst
+ taler-developer-manual
design-documents/index
anastasis
libeufin/index
diff --git a/taler-exchange-manual.rst b/taler-exchange-manual.rst
index d9709e0f..b7935fb7 100644
--- a/taler-exchange-manual.rst
+++ b/taler-exchange-manual.rst
@@ -331,6 +331,27 @@ Sample configuration files for the HTTP reverse proxy can be found in
``/etc/taler-exchange/``.
+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 taler-exchange
+
+Note that the package does not perform any configuration work except for
+setting up the various users and the systemd service scripts. You still must
+configure at least the database, HTTP reverse proxy (typically with TLS
+certificates), denomination and fee structure, bank account, auditor(s),
+offline signing and the terms of service.
+
+Sample configuration files for the HTTP reverse proxy can be found in
+``/etc/taler-exchange/``.
+
+
Configuration
=============