gnunet-svn
[Top][All Lists]
Advanced

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

[taler-deployment] 02/02: taler-local: launch blog


From: gnunet
Subject: [taler-deployment] 02/02: taler-local: launch blog
Date: Tue, 23 Nov 2021 17:28:50 +0100

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

ms pushed a commit to branch master
in repository deployment.

commit 47b604a9e642712d2bf2df987b97de13d4cc981c
Author: ms <ms@taler.net>
AuthorDate: Tue Nov 23 17:28:43 2021 +0100

    taler-local: launch blog
---
 bin/WIP/taler-local | 6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)

diff --git a/bin/WIP/taler-local b/bin/WIP/taler-local
index 1d52129..c30fbc4 100755
--- a/bin/WIP/taler-local
+++ b/bin/WIP/taler-local
@@ -783,7 +783,9 @@ def prepare():
 
     # Instances
     INSTANCES = {
-        "GNUnet": IBAN_MERCHANT_DEMOSHOP
+        "GNUnet": IBAN_MERCHANT_DEMOSHOP,
+        "FSF": IBAN_MERCHANT_DEMOSHOP,
+        "blog": IBAN_MERCHANT_DEMOSHOP
     }
     
     # Credentials / API keys
@@ -1762,6 +1764,7 @@ def launch():
     subprocess.run(["systemctl", "--user", "start", 
"libeufin-nexus-local.service"], check=True)
     subprocess.run(["systemctl", "--user", "start", 
"libeufin-sandbox-local.service"], check=True)
     subprocess.run(["systemctl", "--user", "start", 
"taler-donations-local.service"], check=True)
+    subprocess.run(["systemctl", "--user", "start", 
"taler-blog-local.service"], check=True)
 
     rev_proxy = TalerReverseProxy(
         LOG_DIR,
@@ -1777,6 +1780,7 @@ def launch():
     )
     # Stop with CTRL+C
     print_nn("Stopping the services...")
+    subprocess.run(["systemctl", "--user", "stop", 
"taler-blog-local.service"], check=True)
     subprocess.run(["systemctl", "--user", "stop", 
"taler-donations-local.service"], check=True)
     subprocess.run(["systemctl", "--user", "stop", 
"libeufin-sandbox-local.service"], check=True)
     subprocess.run(["systemctl", "--user", "stop", 
"libeufin-nexus-local.service"], check=True)

-- 
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.



reply via email to

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