mirror of
https://github.com/cloudmaker97/JTL-Shop-Entwicklungsumgebung.git
synced 2025-12-06 08:58:33 +00:00
Automatische Konfiguration für Diagnosedaten
This commit is contained in:
parent
bb90268569
commit
8a2ad27392
1 changed files with 2 additions and 0 deletions
2
justfile
2
justfile
|
|
@ -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
|
||||||
Loading…
Reference in a new issue