sandcastle-ng

Scripts for the deployment of Sandcastle (GNU Taler)
Log | Files | Refs | README

commit 0197531f8deeaebd3c0d050c22c6995bab00d59a
parent be70a2095935cffb7ee291cc6358ae0fa3d7f708
Author: Florian Dold <florian@dold.me>
Date:   Mon,  8 Dec 2025 17:53:48 +0100

fix path

Diffstat:
Mscripts/demo/setup-sandcastle.sh | 4++--
1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/scripts/demo/setup-sandcastle.sh b/scripts/demo/setup-sandcastle.sh @@ -1114,7 +1114,7 @@ export HOME=/root cd /talerdata/ if [[ ! -e /talerdata/sandcastle-drupal ]]; then composer create-project drupal/recommended-project:^10 sandcastle-drupal - cd sandcastle-drupal + cd /talerdata/sandcastle-drupal composer require drush/drush composer exec -- drush site-install demo_umami --account-name=admin --account-pass=admin --account-mail=admin@localhost --db-url=pgsql://drupal:$DRUPAL_DB_PW@localhost/drupal --site-name=SandcastleUmami --yes fi @@ -1123,7 +1123,7 @@ chown -R www-data:www-data /talerdata/sandcastle-drupal/ ln -s /opt/turnstile /talerdata/sandcastle-drupal/web/modules/taler_turnstile -cd sandcastle-drupal +cd /talerdata/sandcastle-drupal composer exec -- drush en taler_turnstile composer exec -- drush config:set taler_turnstile.settings access_token "$UMAMI_TOK" --yes composer exec -- drush config:set taler_turnstile.settings payment_backend_url '$PROTO://$MERCHANT_DOMAIN$PORT_SUFFIX/instances/umami/' --yes