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 1fce9bc5..eed8f97f 100644
--- a/onboarding.rst
+++ b/onboarding.rst
@@ -173,6 +173,26 @@ The following commands do that:
.. _Testing-components:
+Building the documentation
+==========================
+
+All the Taler documentation is built by the user `docbuilder` that
+runs a Buildbot worker. The following commands set the `docbuilder` up,
+starting with a empty home directory.
+
+::
+ # Log-in as the 'docbuilder' user.
+
+ $ cd $HOME
+ $ git clone git://git.taler.net/deployment
+ $ ./deployment/bootstrap-docbuilder
+
+ # If the previous step worked, the setup is
+ # complete and the Buildbot worker can be started.
+
+ $ buildbot-worker start worker/
+
+
Testing components
==================