taler-deployment

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

commit e2180867f4ec9ec927b145d30efc3efcd26f1be4
parent 70347772b0b21b0e4683b6236fa994c751010fb4
Author: Florian Dold <florian.dold@gmail.com>
Date:   Mon, 21 Nov 2016 16:57:04 +0100

start db when standalone

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

diff --git a/bin/taler-deployment-start b/bin/taler-deployment-start @@ -15,6 +15,11 @@ fi taler-deployment-config-sign taler-deployment-arm -s + +if [ "${TALER_CONFIG_STANDALONE:-0}" = 1 ]; then + taler-deployment-arm -i taler-postgres-standalone +fi + taler-deployment-arm -i taler-exchange taler-deployment-arm -i taler-merchant taler-deployment-arm -i taler-demobank