From f27dd4b9f746ab51f28f6a67da37872c84a1fb1c Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Tue, 3 Aug 2021 14:26:32 +0200 Subject: -clarify starting point --- taler-exchange-setup-guide.rst | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) (limited to 'taler-exchange-setup-guide.rst') diff --git a/taler-exchange-setup-guide.rst b/taler-exchange-setup-guide.rst index 10ac2d7e..5842ae64 100644 --- 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. -- cgit v1.2.3