diff options
author | Christian Grothoff <christian@grothoff.org> | 2021-04-18 02:21:03 +0200 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2021-04-18 02:21:03 +0200 |
commit | 294730cf014e3ce74f16d886516e8fc02df3bd18 (patch) | |
tree | a4bd4ad27525aac70f21722ece322e549a787fb1 /debian/taler-exchange.README.Debian | |
parent | a98e13122657c22781f248b48d33088f906e47d0 (diff) |
fix #6769, plus some related configuration issues and better documentation
Diffstat (limited to 'debian/taler-exchange.README.Debian')
-rw-r--r-- | debian/taler-exchange.README.Debian | 18 |
1 files changed, 11 insertions, 7 deletions
diff --git a/debian/taler-exchange.README.Debian b/debian/taler-exchange.README.Debian index def3ddc9d..cce5d9ffb 100644 --- a/debian/taler-exchange.README.Debian +++ b/debian/taler-exchange.README.Debian @@ -6,10 +6,14 @@ exchange with this minimal template. You must: * Configure the Postgres database for the exchange, ideally including remote replication of the database to the auditor. -* Run taler-exchange-dbinit (also after package upgrades). -* Edit /etc/taler-exchange.conf to must setup the currency and denominations +* Run `taler-exchange-dbinit` (also after package upgrades). +* Edit ``/etc/taler-secmod.conf`` to must setup the currency and denominations details. -* Edit /etc/taler-wire.conf to provide details about the bank account access. +* Edit `/etc/taler-wire.conf` to provide details about the bank account access. +* Run `taler-exchange-offline setup` on your offline system and add + the resulting master public key into the ``[exchange]`` section of + ``/etc/taler-exchange.conf`` under ``MASTER_PUBLIC_KEY``. + None of these are done by the Debian package because we cannot provide the required complete configuration details. @@ -18,13 +22,13 @@ required complete configuration details. Once you have done this, you can use the following commands to start, stop or restart the Taler exchange: - # systemctl start taler-exchange - # systemctl stop taler-exchange - # systemctl restart taler-exchange + # systemctl start taler-exchange-httpd.service + # systemctl stop taler-exchange-httpd.service + # systemctl restart taler-exchange-httpd.service To permanently the exchange whenever the system boots, use: - # systemctl enable taler-exchange + # systemctl enable taler-exchange-httpd -- Christian Grothoff <grothoff@gnu.org> Mon 28 Dec 2020 11:37:14 AM CET |