commit 1ae896e4e7b378d1f3d8fc2f563969664c57ed00
parent 3eaf38970b9f894eeeffbfbe229f48da2fe09392
Author: Christian Grothoff <christian@grothoff.org>
Date: Tue, 26 Jan 2021 12:05:26 +0100
ubuntu instructions
Diffstat:
2 files changed, 22 insertions(+), 1 deletion(-)
diff --git 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
@@ -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
=============