taler-docs

Documentation for GNU Taler components, APIs and protocols
Log | Files | Refs | README | LICENSE

commit 4342bc401ef004b52fa38c531d47a6c78f87c824
parent fa958b4dd87375881e278c15f9f0e4c2431ae0f8
Author: Marcello Stanisci <stanisci.m@gmail.com>
Date:   Fri, 13 Sep 2019 10:19:28 +0200

Document Docbuilder setup.

Diffstat:
Monboarding.rst | 20++++++++++++++++++++
1 file changed, 20 insertions(+), 0 deletions(-)

diff --git 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 ==================