summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarcello Stanisci <stanisci.m@gmail.com>2019-09-13 11:47:33 +0200
committerMarcello Stanisci <stanisci.m@gmail.com>2019-09-13 11:47:33 +0200
commiteace8eb81bdb4509864cb1af410a5282b648a2ff (patch)
tree2725ef8f9c2d18c4098dff4b2e0bac8d3c6207da
parente4919dae30775c612c21e96b104551513aef5eb6 (diff)
downloaddocs-eace8eb81bdb4509864cb1af410a5282b648a2ff.tar.gz
docs-eace8eb81bdb4509864cb1af410a5282b648a2ff.tar.bz2
docs-eace8eb81bdb4509864cb1af410a5282b648a2ff.zip
Documenting service-checker worker
-rw-r--r--onboarding.rst20
1 files changed, 20 insertions, 0 deletions
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
==================