summaryrefslogtreecommitdiff
path: root/taler-exchange-manual.rst
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2021-01-26 12:05:26 +0100
committerChristian Grothoff <christian@grothoff.org>2021-01-26 12:05:26 +0100
commit1ae896e4e7b378d1f3d8fc2f563969664c57ed00 (patch)
tree9ffc9e6f8ca149f578ffae8af62d3d8b1499e424 /taler-exchange-manual.rst
parent3eaf38970b9f894eeeffbfbe229f48da2fe09392 (diff)
downloaddocs-1ae896e4e7b378d1f3d8fc2f563969664c57ed00.tar.gz
docs-1ae896e4e7b378d1f3d8fc2f563969664c57ed00.tar.bz2
docs-1ae896e4e7b378d1f3d8fc2f563969664c57ed00.zip
ubuntu instructions
Diffstat (limited to 'taler-exchange-manual.rst')
-rw-r--r--taler-exchange-manual.rst21
1 files changed, 21 insertions, 0 deletions
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
=============