summaryrefslogtreecommitdiff
path: root/onboarding.rst
diff options
context:
space:
mode:
authorMarcello Stanisci <stanisci.m@gmail.com>2019-09-13 22:18:47 +0200
committerMarcello Stanisci <stanisci.m@gmail.com>2019-09-13 22:18:47 +0200
commitca693f4685d3977ac300aff0d8388f45e8d43581 (patch)
tree57ddd5fff889f48214246d60cbff180c106624ed /onboarding.rst
parent3bec7149b43da4c6409b48da35cfbc99b95c46fb (diff)
downloaddocs-ca693f4685d3977ac300aff0d8388f45e8d43581.tar.gz
docs-ca693f4685d3977ac300aff0d8388f45e8d43581.tar.bz2
docs-ca693f4685d3977ac300aff0d8388f45e8d43581.zip
Workers.
How to setup the auditor reports generators and tip reserve toppers
Diffstat (limited to 'onboarding.rst')
-rw-r--r--onboarding.rst37
1 files changed, 37 insertions, 0 deletions
diff --git a/onboarding.rst b/onboarding.rst
index d8f0f5ff..cb3044cf 100644
--- 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