From 1ae896e4e7b378d1f3d8fc2f563969664c57ed00 Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Tue, 26 Jan 2021 12:05:26 +0100 Subject: ubuntu instructions --- taler-exchange-manual.rst | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) (limited to 'taler-exchange-manual.rst') 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 ============= -- cgit v1.2.3