merchant

Merchant backend to process payments, run by merchants
Log | Files | Refs | Submodules | README | LICENSE

commit 3bd6135650e57138c0c609703f43ba6c29f00c1d
parent ded5ca057655b5084cb8eb43cbfdafe16e13d06d
Author: Christian Grothoff <christian@grothoff.org>
Date:   Fri, 11 Nov 2016 17:42:09 +0100

further clarifications to manual

Diffstat:
Mdoc/manual.texi | 12++++++------
1 file changed, 6 insertions(+), 6 deletions(-)

diff --git a/doc/manual.texi b/doc/manual.texi @@ -404,8 +404,8 @@ Which currency the Web shop deals in, i.e. ``EUR'' or ``USD'', is specified usin [merchant]/currency @end example -For testing purposes, the currency should match ``KUDOS'' which is used by the Taler -demonstration exchange at @url{https://exchange.demo.taler.net/}: +For testing purposes, the currency MUST match ``KUDOS'' so that tests will work +with the Taler demonstration exchange at @url{https://exchange.demo.taler.net/}: @example $ taler-config -s merchant -o currency -V KUDOS @@ -437,12 +437,12 @@ database you want to use. Suppose @code{$USER} is the name of the user who will run the backend process. Then, you need to first run @example -$ createuser -d $USER +$ sudu -u postgres createuser -d $USER @end example -as the @code{postgres} database administrator to grant @code{$USER} -the ability to create new databases. Next, you should as -@code{$USER} run +as the Postgres database administrator (usually @code{postgres}) to +grant @code{$USER} the ability to create new databases. Next, you +should as @code{$USER} run: @example $ createdb $DBNAME