From d1af429fe1085239cb540b3079f93d93c56f8ca4 Mon Sep 17 00:00:00 2001 From: Marcello Stanisci Date: Fri, 13 Sep 2019 11:03:41 +0200 Subject: Website builder --- onboarding.rst | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) (limited to 'onboarding.rst') diff --git a/onboarding.rst b/onboarding.rst index 83c1d02a..c6982955 100644 --- 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 ================== -- cgit v1.2.3