2020-12-28 11:39:05 +01:00
|
|
|
taler-exchange
|
|
|
|
--------------
|
|
|
|
|
2021-01-01 22:12:59 +01:00
|
|
|
Note that the configuration is incomplete, and that Debian cannot launch an
|
|
|
|
exchange with this minimal template. You must:
|
2020-12-28 11:39:05 +01:00
|
|
|
|
2021-01-01 22:12:59 +01:00
|
|
|
* Configure the Postgres database for the exchange, ideally including
|
|
|
|
remote replication of the database to the auditor.
|
2021-04-18 02:21:03 +02:00
|
|
|
* Run `taler-exchange-dbinit` (also after package upgrades).
|
|
|
|
* Edit ``/etc/taler-secmod.conf`` to must setup the currency and denominations
|
2021-01-01 22:12:59 +01:00
|
|
|
details.
|
2021-04-18 02:21:03 +02:00
|
|
|
* 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``.
|
|
|
|
|
2021-01-01 22:12:59 +01:00
|
|
|
|
|
|
|
None of these are done by the Debian package because we cannot provide the
|
|
|
|
required complete configuration details.
|
|
|
|
|
|
|
|
|
|
|
|
Once you have done this, you can use the following commands to start, stop or
|
|
|
|
restart the Taler exchange:
|
2020-12-28 11:39:05 +01:00
|
|
|
|
2021-04-18 02:21:03 +02:00
|
|
|
# systemctl start taler-exchange-httpd.service
|
|
|
|
# systemctl stop taler-exchange-httpd.service
|
|
|
|
# systemctl restart taler-exchange-httpd.service
|
2020-12-31 23:09:12 +01:00
|
|
|
|
|
|
|
To permanently the exchange whenever the system boots, use:
|
|
|
|
|
2021-04-18 02:21:03 +02:00
|
|
|
# systemctl enable taler-exchange-httpd
|
2020-12-28 11:39:05 +01:00
|
|
|
|
|
|
|
|
|
|
|
-- Christian Grothoff <grothoff@gnu.org> Mon 28 Dec 2020 11:37:14 AM CET
|