From eace8eb81bdb4509864cb1af410a5282b648a2ff Mon Sep 17 00:00:00 2001 From: Marcello Stanisci Date: Fri, 13 Sep 2019 11:47:33 +0200 Subject: Documenting service-checker worker --- onboarding.rst | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) (limited to 'onboarding.rst') diff --git a/onboarding.rst b/onboarding.rst index 28f5b758..e34b8bcc 100644 --- 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 ================== -- cgit v1.2.3