taler-deployment

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

commit e655f8b4d57a84cd00128318781e184359c52bc4
parent 3f9760a31dd5b128a341f25633ababc700c7206d
Author: Christian Grothoff <christian@grothoff.org>
Date:   Tue, 23 Aug 2022 23:06:42 +0200

sync

Diffstat:
Mbin/taler-deployment-prepare | 2++
Mbin/taler-deployment-prepare-with-eufin | 19++-----------------
Mtaler-arm/libeufin-sandbox.conf | 2+-
3 files changed, 5 insertions(+), 18 deletions(-)

diff --git a/bin/taler-deployment-prepare b/bin/taler-deployment-prepare @@ -76,6 +76,8 @@ else taler-exchange-dbinit fi + + ## ## Step 2: Copy key material and update denom keys ## diff --git a/bin/taler-deployment-prepare-with-eufin b/bin/taler-deployment-prepare-with-eufin @@ -82,21 +82,6 @@ fi ## Step 2: Copy key material and update denom keys ## -# For demo, make sure the link to shared data between demo-blue and demo-green is -# set up properly. -case $TALER_ENV_NAME in - demo) - echo -n "Syminking demo's taler-data/ to the color's home directory.." - ln -sfT ~demo/shared-data ~/taler-data - # Check if we won't mess up permissions later - if [[ ! -g ~/taler-data ]]; then - echo "the shared-data directory should have the set-group-id bit set" - exit 1 - fi - echo " OK" - ;; -esac - echo -n "Trying to copy the exchange private key from deployment.git.." case $TALER_ENV_NAME in demo|test|int|local) @@ -217,13 +202,13 @@ function prepare_nexus_account() { --offered-account-id=$5 --nexus-bank-account-id=$4 $3 > /dev/null echo " OK" # Set how often the automatic routing must fetch the bank account. - echo -n "Setting background payment initiator.." + echo -n "Setting background payment initiator.." libeufin-cli accounts task-schedule $4 \ --task-type="submit" \ --task-name='submit-payments-every-second' \ --task-cronspec='* * *' echo " OK" - echo -n "Setting background history fetch.." + echo -n "Setting background history fetch.." libeufin-cli accounts task-schedule $4 \ --task-type="fetch" \ --task-name='fetch-reports-every-second' \ diff --git a/taler-arm/libeufin-sandbox.conf b/taler-arm/libeufin-sandbox.conf @@ -1,4 +1,4 @@ [libeufin-sandbox] TYPE = simple BINARY = taler-log-adapter -OPTIONS = $HOME/logs/sandbox-%Y-%m-%d.log libeufin-sandbox serve --port=5111 +OPTIONS = $HOME/logs/sandbox-%Y-%m-%d.log libeufin-sandbox serve --port=5111 --no-auth