summaryrefslogtreecommitdiff
path: root/onboarding.rst
diff options
context:
space:
mode:
Diffstat (limited to 'onboarding.rst')
-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
==================