summaryrefslogtreecommitdiff
path: root/taler-exchange-setup-guide.rst
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2021-08-03 14:26:32 +0200
committerChristian Grothoff <christian@grothoff.org>2021-08-03 14:26:32 +0200
commitf27dd4b9f746ab51f28f6a67da37872c84a1fb1c (patch)
tree54fb6b7cf8aef3c6499ab29a3f0d9356d0dec3ed /taler-exchange-setup-guide.rst
parent2535cdf6b0f1524e248bcd385136b5d6fadb9c69 (diff)
downloaddocs-f27dd4b9f746ab51f28f6a67da37872c84a1fb1c.tar.gz
docs-f27dd4b9f746ab51f28f6a67da37872c84a1fb1c.tar.bz2
docs-f27dd4b9f746ab51f28f6a67da37872c84a1fb1c.zip
-clarify starting point
Diffstat (limited to 'taler-exchange-setup-guide.rst')
-rw-r--r--taler-exchange-setup-guide.rst20
1 files changed, 20 insertions, 0 deletions
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.