taler-docs

Documentation for GNU Taler components, APIs and protocols
Log | Files | Refs | README | LICENSE

commit f27dd4b9f746ab51f28f6a67da37872c84a1fb1c
parent 2535cdf6b0f1524e248bcd385136b5d6fadb9c69
Author: Christian Grothoff <christian@grothoff.org>
Date:   Tue,  3 Aug 2021 14:26:32 +0200

-clarify starting point

Diffstat:
Mtaler-exchange-setup-guide.rst | 20++++++++++++++++++++
1 file changed, 20 insertions(+), 0 deletions(-)

diff --git a/taler-exchange-setup-guide.rst b/taler-exchange-setup-guide.rst @@ -37,9 +37,29 @@ exchange machine as `[root@exchange-online]#` / `[$user@exchange-online]$` and c machine as `[root@exchange-offline]#` /`[$user@exchange-offline]$`. It is possible to do the entire setup on one machine, but we do not recommend this for security reasons. + +Before you start +================ + +To deploy this with a real bank, you need: + +* IBAN of the bank account to use +* BIC of the bank +* EBICS host, user and partner IDs + + + Installation ============ +We assume that the system is a minimal installation of Ubuntu 20.04 LTS. +Ideally, you should have two hosts, ``exchange-online`` and +``exchange-offline``. It is also possible to run the HTTPS nginx server or +the Postgres database on yet another host, but in these instructions we will +assume that only two hosts are used. Alas, the instructions will also work if +you run everything on one system, but then you have the security drawback of +not keeping the high-security private keys disconnected from the Internet. + To install the exchange, first make sure that your system is up-to-date and that the ``gnupg`` package has been installed.