[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[GNUnet-SVN] [taler-docs] branch master updated: Workers.
From: |
gnunet |
Subject: |
[GNUnet-SVN] [taler-docs] branch master updated: Workers. |
Date: |
Fri, 13 Sep 2019 22:20:05 +0200 |
This is an automated email from the git hooks/post-receive script.
marcello pushed a commit to branch master
in repository docs.
The following commit(s) were added to refs/heads/master by this push:
new ca693f4 Workers.
ca693f4 is described below
commit ca693f4685d3977ac300aff0d8388f45e8d43581
Author: Marcello Stanisci <address@hidden>
AuthorDate: Fri Sep 13 22:18:47 2019 +0200
Workers.
How to setup the auditor reports generators and tip reserve
toppers
---
onboarding.rst | 37 +++++++++++++++++++++++++++++++++++++
1 file changed, 37 insertions(+)
diff --git a/onboarding.rst b/onboarding.rst
index d8f0f5f..cb3044c 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
--
To stop receiving notification emails like this one, please contact
address@hidden.
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [GNUnet-SVN] [taler-docs] branch master updated: Workers.,
gnunet <=