summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarcello Stanisci <stanisci.m@gmail.com>2019-09-13 11:03:41 +0200
committerMarcello Stanisci <stanisci.m@gmail.com>2019-09-13 11:03:41 +0200
commitd1af429fe1085239cb540b3079f93d93c56f8ca4 (patch)
tree5393b1cedda8328513a7169787c18d5fd0314197
parent806e42d9697ccd7bf1c07cb6a32e612d44b656d7 (diff)
downloaddocs-d1af429fe1085239cb540b3079f93d93c56f8ca4.tar.gz
docs-d1af429fe1085239cb540b3079f93d93c56f8ca4.tar.bz2
docs-d1af429fe1085239cb540b3079f93d93c56f8ca4.zip
Website builder
-rw-r--r--onboarding.rst21
1 files changed, 21 insertions, 0 deletions
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
==================