gnunet-svn
[Top][All Lists]
Advanced

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

[taler-deployment] branch master updated: rudimentary merchant setup


From: gnunet
Subject: [taler-deployment] branch master updated: rudimentary merchant setup
Date: Sat, 04 Mar 2023 17:55:48 +0100

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

grothoff pushed a commit to branch master
in repository deployment.

The following commit(s) were added to refs/heads/master by this push:
     new 9a4add9  rudimentary merchant setup
9a4add9 is described below

commit 9a4add9b083554f43d35029092343dc9dd7d2f90
Author: Christian Grothoff <christian@grothoff.org>
AuthorDate: Sat Mar 4 17:55:46 2023 +0100

    rudimentary merchant setup
---
 netzbon/setup-merchant.sh | 13 +++++++------
 1 file changed, 7 insertions(+), 6 deletions(-)

diff --git a/netzbon/setup-merchant.sh b/netzbon/setup-merchant.sh
index ca6f8c4..d06c357 100755
--- a/netzbon/setup-merchant.sh
+++ b/netzbon/setup-merchant.sh
@@ -1,10 +1,11 @@
 #!/bin/bash
 
-# To initialize the merchant, simply run
-# FIXME: run as the correct user!?
-# FIXME: or was this done by the Debian package?!
+set -eu
 
-taler-merchant-dbinit
+source functions.sh
+source config/user.conf
+source config/internal.conf
 
-# and possibly adjust the configuration in
-# ~/.config/taler.conf
+
+say "Launching taler-merchant-httpd"
+systemctl enable --now taler-merchant-httpd

-- 
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]