summaryrefslogtreecommitdiff
path: root/bin
diff options
context:
space:
mode:
Diffstat (limited to 'bin')
-rwxr-xr-xbin/taler-deployment-prepare8
1 files changed, 7 insertions, 1 deletions
diff --git a/bin/taler-deployment-prepare b/bin/taler-deployment-prepare
index 0e328cd..8319161 100755
--- 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
##