taler-deployment

Deployment scripts and configuration files
Log | Files | Refs | README

commit 770c3cd6cf9d534fcae154a77809e9752056b219
parent fb66b1a1cec39388e8529a0ea3540924a33c929c
Author: ms <ms@taler.net>
Date:   Sat, 26 Jun 2021 08:52:31 +0200

echo

Diffstat:
Mbin/taler-deployment-prepare | 4++++
1 file changed, 4 insertions(+), 0 deletions(-)

diff --git a/bin/taler-deployment-prepare b/bin/taler-deployment-prepare @@ -191,8 +191,12 @@ if ! taler-deployment-arm -I | grep "^taler-exchange" | grep "status=started" > exit 1 fi +echo "Configuring instances" taler-deployment-config-instances + +echo "Creating tip reserve" taler-deployment-config-tips + taler-deployment-arm -k taler-merchant taler-deployment-arm -k taler-demobank taler-deployment-arm -k taler-exchange