taler-docs

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

commit 1e7d4ac1a803177f91f4c393ba3e9b6917d7dcdc
parent c77876713a4ba44c6dd994836be825056a80e980
Author: Christian Grothoff <christian@grothoff.org>
Date:   Tue,  3 Aug 2021 09:53:38 +0200

-add '-y' option

Diffstat:
Mtaler-exchange-setup-guide.rst | 14++++++--------
1 file changed, 6 insertions(+), 8 deletions(-)

diff --git a/taler-exchange-setup-guide.rst b/taler-exchange-setup-guide.rst @@ -71,9 +71,9 @@ Finally, the required packages can be installed: .. code-block:: shell-session - [root@exchange-online]# apt-get install nginx postgresql - [root@exchange-online]# apt-get install taler-exchange taler-exchange-offline - [root@exchange-online]# apt-get install taler-merchant taler-wallet-cli + [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-merchant taler-wallet-cli By default, all installed services will be disabled. You need to enable and start them later. @@ -181,17 +181,17 @@ the bank account accessed with the Wire Gateway. The configuration file [exchange-account-1] enable_credit = yes enable_debit = yes - + # LibEuFin expects basic auth wire_gateway_auth_method = basic # username and password set in LibEuFin username = ... password = ... - + # base URL of the wire gateway set up with LibEuFin wire_gateway_url = ... - + # Account identifier in the form of an RFC-8905 payto:// URI # For SEPA, looks like payto://sepa/$IBAN payto_uri = @@ -408,5 +408,3 @@ FIXMEs N: Skipping acquire of configured file 'main/binary-i386/Packages' as repository 'https://deb.taler.net/apt/ubuntu focal-fossa InRelease' doesn't support architecture 'i386' - -