gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[taler-docs] branch master updated (5c9ef0c -> b20c574)


From: gnunet
Subject: [taler-docs] branch master updated (5c9ef0c -> b20c574)
Date: Tue, 11 Jan 2022 07:02:57 +0100

This is an automated email from the git hooks/post-receive script.

ttn pushed a change to branch master
in repository docs.

    from 5c9ef0c  fix grammar: s/runs/run/
     new ab1a05d  add ‘taler-merchant’ to list of packages to install
     new 3c69a10  fix typo: s/taler-wallet/taler-wallet-cli/
     new b20c574  fold wide code-block

The 3 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 taler-exchange-setup-guide.rst | 9 ++++++---
 1 file changed, 6 insertions(+), 3 deletions(-)

diff --git a/taler-exchange-setup-guide.rst b/taler-exchange-setup-guide.rst
index 277b450..37a6fc0 100644
--- a/taler-exchange-setup-guide.rst
+++ b/taler-exchange-setup-guide.rst
@@ -107,12 +107,12 @@ 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.
 
-While ``taler-merchant`` and ``taler-wallet`` are not required to operate an
+While ``taler-merchant`` and ``taler-wallet-cli`` are not required to operate 
an
 exchange, they are useful for testing.  When asked about using dbconfig to 
configure
 the merchant's database, select ``yes``.
 
@@ -248,7 +248,10 @@ reasonable denomination structure.
 
 .. code-block:: shell-session
 
-  taler-wallet-cli deployment gen-coin-config --min-amount EUR:0.01 
--max-amount EUR:100 > /etc/taler/conf.d/exchange-coins.conf
+  [root@exchange-online]# taler-wallet-cli deployment gen-coin-config \
+                            --min-amount EUR:0.01 \
+                            --max-amount EUR:100 \
+                            > /etc/taler/conf.d/exchange-coins.conf
 
 You can manually review and edit the generated configuration file. The main
 change that is possibly required is updating the various fees.

-- 
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]