From ec491ae8d7fe7444db68a8a4683c3dcafb994b3c Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Sat, 4 Jul 2020 23:59:23 +0200 Subject: wip --- taler-merchant-manual.rst | 15 ++++++++++----- 1 file changed, 10 insertions(+), 5 deletions(-) (limited to 'taler-merchant-manual.rst') diff --git a/taler-merchant-manual.rst b/taler-merchant-manual.rst index d6ea1bf7..f48fb07a 100644 --- a/taler-merchant-manual.rst +++ b/taler-merchant-manual.rst @@ -1221,6 +1221,13 @@ Benchmarking NOTE: This section is dated and should be reviewed! +FIXME: which coin denominations are needed for the benchmark? + +FIXME: provide "minimum" configuration file! + +FIXME: explain Postgres setup! + + Setup: create Exchange account and two user accounts ``42`` and ``43`` at the bank: @@ -1248,11 +1255,9 @@ Launch bank, exchange and merchant backends: :: - $ taler-bank-manage serve-http - $ taler-exchange-httpd - $ taler-merchant-httpd - - + $ taler-bank-manage serve-http & + $ taler-exchange-httpd & + $ taler-merchant-httpd & The merchant codebase offers the ``taler-merchant-benchmark`` tool to -- cgit v1.2.3