gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[taler-docs] branch master updated: demo upgrade process


From: gnunet
Subject: [taler-docs] branch master updated: demo upgrade process
Date: Sat, 02 Nov 2019 15:03:37 +0100

This is an automated email from the git hooks/post-receive script.

dold pushed a commit to branch master
in repository docs.

The following commit(s) were added to refs/heads/master by this push:
     new 9807576  demo upgrade process
9807576 is described below

commit 9807576ea8c1a0e7a116cc138fd3ee7224822327
Author: Florian Dold <address@hidden>
AuthorDate: Sat Nov 2 15:03:34 2019 +0100

    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 ba642e4..1206135 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

-- 
To stop receiving notification emails like this one, please contact
address@hidden.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]