From 9807576ea8c1a0e7a116cc138fd3ee7224822327 Mon Sep 17 00:00:00 2001 From: Florian Dold Date: Sat, 2 Nov 2019 15:03:34 +0100 Subject: demo upgrade process --- developers-manual.rst | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/developers-manual.rst b/developers-manual.rst index ba642e43..1206135f 100644 --- a/developers-manual.rst +++ b/developers-manual.rst @@ -202,6 +202,8 @@ The ``envcfg.py`` for demo looks like this: Currently only the variables ``env`` and ``tag_${component}`` are used. +When deploying to ``demo``, the ``envcfg.py`` should be committed to ``deployment.git/envcfg/envcfg-demo-YYYY-MM-DD-SS.py``. + Bootstrapping an Environment ---------------------------- @@ -209,8 +211,7 @@ Bootstrapping an Environment .. code-block:: sh $ git clone https://git.taler.net/deployment.git ~/deployment - $ cp ~/deployment/envcfg.py.template ~/envcfg.py - $ $EDITOR ~/envcfg.py + $ cp ~/deployment/envcfg/$ENVCFGFILE ~/envcfg.py $ ./deployment/bin/taler-deployment bootstrap $ source ~/activate $ taler-deployment build @@ -226,7 +227,8 @@ Upgrading an Existing Environment $ rm -rf ~/sources ~/local $ git -C ~/deployment pull - $ $EDITOR ~/envcfg.py + $ cp ~/deployment/envcfg/$ENVCFGFILE ~/envcfg.py + $ taler-deployment bootstrap $ taler-deployment build $ taler-deployment-keyup $ taler-deployment-sign -- cgit v1.2.3