mirror of
https://github.com/cloudmaker97/JTL-Shop-Entwicklungsumgebung.git
synced 2025-12-06 00:48:34 +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."; \
|
||||
fi
|
||||
|
||||
[private]
|
||||
run-installer:
|
||||
#!/usr/bin/env bash
|
||||
set -euxo pipefail
|
||||
|
|
@ -101,5 +102,6 @@ copy-installer:
|
|||
[private]
|
||||
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 global --instrumentation-opt-in=false
|
||||
ddev start
|
||||
ddev exec composer install --working-dir=./shop/includes
|
||||
Loading…
Reference in a new issue