taler-docs

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

commit ab1a05d52ad44f5ad1ce40f9b175c6e4103251ff
parent 5c9ef0ccc0786454a63e9ea376bb59158ad408f9
Author: Thien-Thi Nguyen <ttn@gnuvola.org>
Date:   Tue, 11 Jan 2022 00:47:28 -0500

add ‘taler-merchant’ to list of packages to install

Diffstat:
Mtaler-exchange-setup-guide.rst | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/taler-exchange-setup-guide.rst b/taler-exchange-setup-guide.rst @@ -107,7 +107,7 @@ Finally, the required packages can be installed: [root@exchange-online]# apt-get install -y nginx postgresql [root@exchange-online]# apt-get install -y taler-exchange taler-exchange-offline - [root@exchange-online]# apt-get install -y taler-wallet-cli + [root@exchange-online]# apt-get install -y taler-merchant taler-wallet-cli By default, all installed services will be disabled. You need to enable and start them later.