commit d1af429fe1085239cb540b3079f93d93c56f8ca4 parent 806e42d9697ccd7bf1c07cb6a32e612d44b656d7 Author: Marcello Stanisci <stanisci.m@gmail.com> Date: Fri, 13 Sep 2019 11:03:41 +0200 Website builder Diffstat:
| M | onboarding.rst | | | 21 | +++++++++++++++++++++ |
1 file changed, 21 insertions(+), 0 deletions(-)
diff --git a/onboarding.rst b/onboarding.rst @@ -152,6 +152,27 @@ starting with a empty home directory. $ buildbot-worker start worker/ +Building the Websites. +====================== + +Taler Websites, `www.taler.net` and `stage.taler.net`, are built by the user `taler-websites` +by the means of a Buildbot worker. The following commands set the `taler-websites` up, +starting with a empty home directory. + +:: + # Log-in as the 'taler-websites' user. + + $ cd $HOME + $ git clone git://git.taler.net/deployment + $ ./deployment/bootstrap-sitesbuilder + + # If the previous step worked, the setup is + # complete and the Buildbot worker can be started. + + $ buildbot-worker start worker/ + + + Testing components ==================