taler-docs

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

commit eace8eb81bdb4509864cb1af410a5282b648a2ff
parent e4919dae30775c612c21e96b104551513aef5eb6
Author: Marcello Stanisci <stanisci.m@gmail.com>
Date:   Fri, 13 Sep 2019 11:47:33 +0200

Documenting service-checker worker

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

diff --git a/onboarding.rst b/onboarding.rst @@ -192,6 +192,26 @@ by Buildbot. The results are then published at `https://lcov.taler.net/`. +Online services checker. +======================== +The user `demo-checker` runs periodic checks to see if all the +`*.demo.taler.net` services are up and running. It is driven by +Buildbot, and can be bootstrapped as follows. + +:: + + # Log-in as the 'demo-checker' user + + $ cd $HOME + $ git clone git://git.taler.net/deployment + $ ./deployment/bootstrap-demochecker + + # If the previous step worked, the setup is + # complete and the Buildbot worker can be started. + + $ buildbot-worker start worker/ + + Testing components ==================