summaryrefslogtreecommitdiff
path: root/taler-exchange-manual.rst
diff options
context:
space:
mode:
Diffstat (limited to 'taler-exchange-manual.rst')
-rw-r--r--taler-exchange-manual.rst26
1 files changed, 25 insertions, 1 deletions
diff --git a/taler-exchange-manual.rst b/taler-exchange-manual.rst
index 0faa3ac9..5505cf53 100644
--- a/taler-exchange-manual.rst
+++ b/taler-exchange-manual.rst
@@ -287,13 +287,37 @@ Except for the last two, these are available in most GNU/Linux
distributions and should just be installed using the respective package
manager.
+
+Installing from source
+----------------------
+
The following instructions will show how to install libgnunetutil and
-the GNU Taler exchange.
+the GNU Taler exchange from source.
.. include:: frags/installing-gnunet.rst
.. include:: frags/installing-taler-exchange.rst
+
+Installing the GNU Taler binary packages on Debian
+--------------------------------------------------
+
+.. include:: frags/installing-debian.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.
+
+
+
Configuration
=============