From 8a2ad273928692d2bb32f559363cf831c1303a8c Mon Sep 17 00:00:00 2001 From: Dennis Heinrich Date: Sat, 6 Apr 2024 00:03:52 +0000 Subject: [PATCH] =?UTF-8?q?Automatische=20Konfiguration=20f=C3=BCr=20Diagn?= =?UTF-8?q?osedaten?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- justfile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/justfile b/justfile index 3ee71cc..37da238 100644 --- a/justfile +++ b/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 \ No newline at end of file