summaryrefslogtreecommitdiff
path: root/onboarding.rst
diff options
context:
space:
mode:
authorMarcello Stanisci <stanisci.m@gmail.com>2019-09-13 10:19:28 +0200
committerMarcello Stanisci <stanisci.m@gmail.com>2019-09-13 10:19:28 +0200
commit4342bc401ef004b52fa38c531d47a6c78f87c824 (patch)
tree1c564a6108e1345adea678cddd2eb8ef063eaf10 /onboarding.rst
parentfa958b4dd87375881e278c15f9f0e4c2431ae0f8 (diff)
downloaddocs-4342bc401ef004b52fa38c531d47a6c78f87c824.tar.gz
docs-4342bc401ef004b52fa38c531d47a6c78f87c824.tar.bz2
docs-4342bc401ef004b52fa38c531d47a6c78f87c824.zip
Document Docbuilder setup.
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
==================