commit 9a4add9b083554f43d35029092343dc9dd7d2f90 parent af716ef23968ff9ea94053f15132573e21bcc979 Author: Christian Grothoff <christian@grothoff.org> Date: Sat, 4 Mar 2023 17:55:46 +0100 rudimentary merchant setup Diffstat:
| M | netzbon/setup-merchant.sh | | | 13 | +++++++------ |
1 file changed, 7 insertions(+), 6 deletions(-)
diff --git 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