Automatische Konfiguration für Diagnosedaten

This commit is contained in:
Dennis Heinrich 2024-04-06 00:03:52 +00:00
parent bb90268569
commit 8a2ad27392

View file

@ -72,6 +72,7 @@ describe:
echo "Keine Konfiguration gefunden, bitte zuerst 'just install' ausführen."; \ echo "Keine Konfiguration gefunden, bitte zuerst 'just install' ausführen."; \
fi fi
[private]
run-installer: run-installer:
#!/usr/bin/env bash #!/usr/bin/env bash
set -euxo pipefail set -euxo pipefail
@ -101,5 +102,6 @@ copy-installer:
[private] [private]
ddev-configuration: ddev-configuration:
ddev config --php-version {{php_version}} --project-type php --docroot ./shop --project-name jtl-shop-{{shop_version}} --webserver-type apache-fpm ddev config --php-version {{php_version}} --project-type php --docroot ./shop --project-name jtl-shop-{{shop_version}} --webserver-type apache-fpm
ddev config global --instrumentation-opt-in=false
ddev start ddev start
ddev exec composer install --working-dir=./shop/includes ddev exec composer install --working-dir=./shop/includes