taler-docs

Documentation for GNU Taler components, APIs and protocols
Log | Files | Refs | README | LICENSE

commit ca693f4685d3977ac300aff0d8388f45e8d43581
parent 3bec7149b43da4c6409b48da35cfbc99b95c46fb
Author: Marcello Stanisci <stanisci.m@gmail.com>
Date:   Fri, 13 Sep 2019 22:18:47 +0200

Workers.

How to setup the auditor reports generators and tip reserve
toppers

Diffstat:
Monboarding.rst | 37+++++++++++++++++++++++++++++++++++++
1 file changed, 37 insertions(+), 0 deletions(-)

diff --git a/onboarding.rst b/onboarding.rst @@ -211,6 +211,43 @@ Buildbot, and can be bootstrapped as follows. $ buildbot-worker start worker/ + +Topping the tip reserve up +========================== +Both 'test' and 'demo' setups get their tip reserve topped up +by a Buildbot worker. The following steps get the reserve topper +prepared. + +:: + # Log-in as <env>-topper, with <env> being either 'test' or 'demo' + + $ git clone git://git.taler.net/deployment + $ ./deployment/prepare-reservetopper <env> + + # If the previous steps worked, then it should suffice to start + # the worker, with: + + $ buildbot-worker start worker/ + + +Producing auditor reports +========================= + +Both 'test' and 'demo' setups get their auditor reports compiled +by a Buildbot worker. The following steps get the reports compiler +prepared. + +:: + # Log-in as <env>-auditor, with <env> being either 'test' or 'demo' + + $ git clone git://git.taler.net/deployment + $ ./deployment/prepare-auditorreporter <env> + + # If the previous steps worked, then it should suffice to start + # the worker, with: + + $ buildbot-worker start worker/ + .. _Releases: Releases