[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[GNUnet-SVN] [taler-merchant] 07/08: update manual
From: |
gnunet |
Subject: |
[GNUnet-SVN] [taler-merchant] 07/08: update manual |
Date: |
Sun, 15 Apr 2018 12:26:24 +0200 |
This is an automated email from the git hooks/post-receive script.
grothoff pushed a commit to branch master
in repository merchant.
commit afcdab4d75ec7e02af4507534e466a84568cae72
Author: Christian Grothoff <address@hidden>
AuthorDate: Mon Apr 2 21:26:51 2018 +0200
update manual
---
doc/manual.texi | 19 +++++++++++++------
1 file changed, 13 insertions(+), 6 deletions(-)
diff --git a/doc/manual.texi b/doc/manual.texi
index 5d68e90..0fabb69 100644
--- a/doc/manual.texi
+++ b/doc/manual.texi
@@ -441,7 +441,6 @@ Debian wheezy instructions above, you need to pass
@c This section has not yet been written.
-
@node Configuration
@chapter How to configure the merchant's backend
@@ -516,6 +515,7 @@ with the Taler demonstration exchange at
@url{https://exchange.demo.taler.net/}:
$ taler-config -s TALER -o CURRENCY -V KUDOS
@end example
+
@item Database
@cindex DBMS
In principle is possible for the backend to support different DBMSs.
@@ -617,7 +617,7 @@ private signing key. For example, use:
@example
$ taler-config -s INSTANCE-default -o KEYFILE \
- -V '${TALER_CONFIG_HOME}/merchant/instace/default.key'
+ -V 'address@hidden@}/merchant/instace/default.key'
@end example
@item
@@ -629,12 +629,14 @@ $ taler-config -s INSTANCE-default -o NAME \
-V 'Kudos Inc.'
@end example
+
@item
The optional ``TIP_EXCHANGE'' and ``TIP_EXCHANGE_PRIV_FILENAME''
-options are discussed in @see{Tipping visitors}
+options are discussed in @cite{Tipping visitors}
@end itemize
+
@item Accounts
@cindex wire format
In order to receive payments, the merchant backend needs to communicate bank
@@ -646,7 +648,7 @@ each section, the following options should be provided:
@itemize
@item
-The ``URL'' option specifies a @verb{payto://}-URL for the account of
+The ``URL'' option specifies a @code{payto://}-URL for the account of
the merchant. For example, use:
@example
@@ -661,9 +663,10 @@ created if it does not exist. For example, use:
@example
$ taler-config -s ACCOUNT-bank -o WIRE_RESPONSE \
- -V '{TALER_CONFIG_HOME}/merchant/bank.json'
+ -V '@address@hidden/merchant/bank.json'
@end example
+
@item
The ``PLUGIN'' option specifies which wire plugin should be used for
this account. The plugin must support the wire method used by the
@@ -708,6 +711,8 @@ $ taler-config -s ACCOUNT-bank -o PASSWORD \
-V pass42
@end example
+
+
@c Document EBICS here once supported.
Note that additional instances can be specified using different tokens
@@ -796,6 +801,7 @@ reachable. Production systems should be configured to bind
to a UNIX domain socket or properly restrict access to the
port.
+
@node Testing
@chapter Testing
@@ -901,6 +907,7 @@ issue the following command:
$ taler-merchant-dbinit -r
@end example
+
@node Advanced topics
@chapter Advanced topics
@@ -1069,7 +1076,7 @@ $ taler-config -s ACCOUNT-e -o PLUGIN -V ebics
$ taler-config -s ACCOUNT-e -o URL \
-V payto://sepa/XY00111122223333444455556666
$ taler-config -s ACCOUNT-e -o WIRE_RESPONSE
- -V '{DATADIR/b.json}'
+ -V 'address@hidden@}/b.json'
@end example
Please note that you will also have to configure an exchange and/or
--
To stop receiving notification emails like this one, please contact
address@hidden
- [GNUnet-SVN] [taler-merchant] branch master updated (d880b37 -> c2e039b), gnunet, 2018/04/15
- [GNUnet-SVN] [taler-merchant] 07/08: update manual,
gnunet <=
- [GNUnet-SVN] [taler-merchant] 08/08: fix possible test errors in configure.ac, gnunet, 2018/04/15
- [GNUnet-SVN] [taler-merchant] 04/08: fix misc issues with tests after latest refactoring, gnunet, 2018/04/15
- [GNUnet-SVN] [taler-merchant] 01/08: pre-merge changes towards #4939 patch, gnunet, 2018/04/15
- [GNUnet-SVN] [taler-merchant] 05/08: get tests to pass (again), gnunet, 2018/04/15
- [GNUnet-SVN] [taler-merchant] 06/08: update manual to reflect current options, gnunet, 2018/04/15
- [GNUnet-SVN] [taler-merchant] 03/08: fix more of config files, fix testing_api_helpers logic to deal with merchant ports that are not 8082, gnunet, 2018/04/15
- [GNUnet-SVN] [taler-merchant] 02/08: Towards enabling multiple wire accounts per merchant., gnunet, 2018/04/15