taler-deployment

Deployment scripts and configuration files
Log | Files | Refs | README

commit e18f30d84a35d7b2b0fd489a6719a0c8df8ed65c
parent 51bf9170207c17f5bbe11e7aa13628eacde59383
Author: Marcello Stanisci <marcello.stanisci@inria.fr>
Date:   Fri,  9 Jun 2017 18:32:40 +0200

instruction to run the doc worker

Diffstat:
Mdoc/onboarding.texi | 31+++++++++++++++++++++++++++++--
1 file changed, 29 insertions(+), 2 deletions(-)

diff --git a/doc/onboarding.texi b/doc/onboarding.texi @@ -87,8 +87,35 @@ There is also a "restart" script, runnable as follows: $ ~/buildbot/restart.sh @end example -@subsubsection Selenium worker +@subsection Documentation worker + +This worker is responsible for building all the documentation on +@code{https://docs.taler.net}. It is run by the user @code{docbuilder}, +whose home directory must have all the repositories with documentation +to be built. Namely, + +@itemize +@item @emph{exchange} +@item @emph{merchant} +@item @emph{merchant-frontend-examples} +@item @emph{deployment} - because of "onboarding" documentation +@item @emph{api} +@end itemize + +It can be start with the following command: + +@example +$ source ~/buildbot/venv/activate +$ buildbot-worker start ~/buildbot/worker + +# stop it with: +$ buildbor-worker stop ~/buildbot/worker +# deactivate the virtual env with: +$ deactivate +@end example + +@subsubsection Selenium worker This worker is responsible for running the Selenium wallet test: an automatic clicker that performs the cycle withdraw-and-spend. @@ -104,7 +131,7 @@ $ buildbot-worker start ~/buildbot/selenium_worker/ # stop it with: $ buildbot-worker stop ~/buildbot/selenium_worker/ -# deactivate the virtual env with +# deactivate the virtual env with: $ deactivate @end example