diff options
author | Christian Grothoff <christian@grothoff.org> | 2018-04-02 21:26:51 +0200 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2018-04-15 12:21:15 +0200 |
commit | afcdab4d75ec7e02af4507534e466a84568cae72 (patch) | |
tree | c398fc5dc416224ce2610f465d75eaf5fbeb2583 /doc | |
parent | 490ff032346d599043a70ddad0cdbb17931a1127 (diff) |
update manual
Diffstat (limited to 'doc')
-rw-r--r-- | doc/manual.texi | 19 |
1 files changed, 13 insertions, 6 deletions
diff --git a/doc/manual.texi b/doc/manual.texi index 5d68e90e..0fabb692 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 '$@{TALER_CONFIG_HOME@}/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 '@{$TALER_CONFIG_HOME@}/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 '$@{DATADIR@}/b.json' @end example Please note that you will also have to configure an exchange and/or |