[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 14:49:52 +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 c6337a2 demo upgrade process
c6337a2 is described below
commit c6337a2b100bacafd48a5ae33a04714d21578bd3
Author: Florian Dold <address@hidden>
AuthorDate: Sat Nov 2 14:49:48 2019 +0100
demo upgrade process
---
developers-manual.rst | 22 ++++++++++++++++++----
1 file changed, 18 insertions(+), 4 deletions(-)
diff --git a/developers-manual.rst b/developers-manual.rst
index 14ef889..ba642e4 100644
--- a/developers-manual.rst
+++ b/developers-manual.rst
@@ -203,13 +203,13 @@ The ``envcfg.py`` for demo looks like this:
Currently only the variables ``env`` and ``tag_${component}`` are used.
-Bootstrapping an environment
+Bootstrapping an Environment
----------------------------
.. code-block:: sh
- $ cd $HOME
- $ git clone https://git.taler.net/deployment.git
+ $ git clone https://git.taler.net/deployment.git ~/deployment
+ $ cp ~/deployment/envcfg.py.template ~/envcfg.py
$ $EDITOR ~/envcfg.py
$ ./deployment/bin/taler-deployment bootstrap
$ source ~/activate
@@ -219,7 +219,21 @@ Bootstrapping an environment
$ taler-deployment-start
-Switching demo colors
+Upgrading an Existing Environment
+---------------------------------
+
+.. code-block:: sh
+
+ $ rm -rf ~/sources ~/local
+ $ git -C ~/deployment pull
+ $ $EDITOR ~/envcfg.py
+ $ taler-deployment build
+ $ taler-deployment-keyup
+ $ taler-deployment-sign
+ $ taler-deployment-start
+
+
+Switching Demo Colors
---------------------
As the ``demo`` user, to switch to color ``${COLOR}``,
--
To stop receiving notification emails like this one, please contact
address@hidden.
- [taler-docs] branch master updated: demo upgrade process,
gnunet <=