taler-deployment

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

commit 5cf9e1c08ee579fa4f668c540e28b7551f009428
parent 892cddbb36c3956aa28ed1e1fc4d8850d90fc3c2
Author: Christian Grothoff <christian@grothoff.org>
Date:   Mon,  9 Mar 2020 23:55:39 +0100

add database initialization step

Diffstat:
Mbin/taler-deployment-prepare | 8+++++++-
1 file changed, 7 insertions(+), 1 deletion(-)

diff --git a/bin/taler-deployment-prepare b/bin/taler-deployment-prepare @@ -1,7 +1,7 @@ #!/bin/bash # Prepare a deployment for execution: -# * generate the configuration +# * generate the configuration and setup database # * put keys in the right place # * set bank password for the exchange # * sign the exchange's wire response @@ -47,6 +47,12 @@ case $TALER_ENV_NAME in esac ## +## Step 1b: initialize database +## + +taler-exchange-dbinit + +## ## Step 2: Copy key material and update denom keys ##