summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2016-11-11 17:42:09 +0100
committerChristian Grothoff <christian@grothoff.org>2016-11-11 17:42:09 +0100
commit3bd6135650e57138c0c609703f43ba6c29f00c1d (patch)
tree5c4e7c03fa1d5d7cdabeb3bf8e8b3925a89cc698
parentded5ca057655b5084cb8eb43cbfdafe16e13d06d (diff)
downloadmerchant-3bd6135650e57138c0c609703f43ba6c29f00c1d.tar.gz
merchant-3bd6135650e57138c0c609703f43ba6c29f00c1d.tar.bz2
merchant-3bd6135650e57138c0c609703f43ba6c29f00c1d.zip
further clarifications to manual
-rw-r--r--doc/manual.texi12
1 files changed, 6 insertions, 6 deletions
diff --git a/doc/manual.texi b/doc/manual.texi
index 76f4913f..082d38ad 100644
--- 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