From 77f83ec75a1af25f3e21d9735329a98386a4f62c Mon Sep 17 00:00:00 2001 From: Florian Dold Date: Tue, 17 Oct 2023 10:42:55 +0200 Subject: WIP --- sandcastle-ng/README.md | 2 ++ sandcastle-ng/scripts/setup-sandcastle.sh | 11 +++++++++++ 2 files changed, 13 insertions(+) diff --git a/sandcastle-ng/README.md b/sandcastle-ng/README.md index 2ca3fec..de4da87 100644 --- a/sandcastle-ng/README.md +++ b/sandcastle-ng/README.md @@ -99,6 +99,8 @@ You can always manually run the script inside the container as ``/scripts/setup- # Future Extensions +* Fix tipping! +* Better way to access logs, better way to expose errors during provisioning * The Dockerfile should introduce nightly tags for debian packages it builds. Currently it just uses the latest defined version, which is confusing. * Deploy the Taler woocommerce plugin, wordpress plugin diff --git a/sandcastle-ng/scripts/setup-sandcastle.sh b/sandcastle-ng/scripts/setup-sandcastle.sh index c351bb8..965d258 100755 --- a/sandcastle-ng/scripts/setup-sandcastle.sh +++ b/sandcastle-ng/scripts/setup-sandcastle.sh @@ -352,6 +352,17 @@ SERVE = http HTTP_PORT = $PORT_INTERNAL_SURVEY EOF +# This really should not exist, the taler-merchant-frontends +# should be easier to configure! +cat </etc/taler/taler-merchant-frontends.env +TALER_ENV_URL_INTRO=https://$LANDING_DOMAIN/ +TALER_ENV_URL_LANDING=https://$LANDING_DOMAIN/ +TALER_ENV_URL_BANK=https://$BANK_DOMAIN/ +TALER_ENV_URL_MERCHANT_BLOG=https://$BLOG_DOMAIN/ +TALER_ENV_URL_MERCHANT_DONATIONS=https://$DONATIONS_DOMAIN/ +TALER_ENV_URL_MERCHANT_SURVEY=https://$SURVEY_DOMAIN/ +EOF + systemctl enable --now taler-demo-landing systemctl enable --now taler-demo-blog systemctl enable --now taler-demo-donations -- cgit v1.2.3