summaryrefslogtreecommitdiff
path: root/taler-exchange-setup-guide.rst
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2021-08-03 09:53:38 +0200
committerChristian Grothoff <christian@grothoff.org>2021-08-03 09:53:38 +0200
commit1e7d4ac1a803177f91f4c393ba3e9b6917d7dcdc (patch)
tree2121815175a0bc8cde26a95526c40d258bd7e0ee /taler-exchange-setup-guide.rst
parentc77876713a4ba44c6dd994836be825056a80e980 (diff)
downloaddocs-1e7d4ac1a803177f91f4c393ba3e9b6917d7dcdc.tar.gz
docs-1e7d4ac1a803177f91f4c393ba3e9b6917d7dcdc.tar.bz2
docs-1e7d4ac1a803177f91f4c393ba3e9b6917d7dcdc.zip
-add '-y' option
Diffstat (limited to 'taler-exchange-setup-guide.rst')
-rw-r--r--taler-exchange-setup-guide.rst14
1 files changed, 6 insertions, 8 deletions
diff --git a/taler-exchange-setup-guide.rst b/taler-exchange-setup-guide.rst
index 435fbfc7..aa0b91ab 100644
--- 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'
-
-