From 7839dfa65344c485d7d6cd8ce73e58984606da27 Mon Sep 17 00:00:00 2001 From: Dennis Heinrich Date: Wed, 8 May 2024 15:43:02 +0200 Subject: [PATCH] Anpassung der Justfile --- justfile | 5 ++++- shop/plugins/dh_sentry_loader | 1 + 2 files changed, 5 insertions(+), 1 deletion(-) create mode 160000 shop/plugins/dh_sentry_loader diff --git a/justfile b/justfile index 1364253..f8faff4 100644 --- a/justfile +++ b/justfile @@ -5,7 +5,7 @@ install_demo_products := "10" install_demo_categories := "3" install_demo_manufacturers := "3" -# Installiert den Shop mit den angegebenen Werten +# Installiert den Shop mit den angegebenen Werten (Standard) [linux] install: @echo "Installiere Abhängigkeiten (ddev, rsync, unzip, mkcert)" @@ -72,6 +72,7 @@ describe: echo "Keine Konfiguration gefunden, bitte zuerst 'just install' ausführen."; \ fi +[linux] [private] run-installer: @echo "\r\nInstalliere die Datenbank..." @@ -83,12 +84,14 @@ run-installer: @echo "Installation erfolgreich abgeschlossen." @echo "Erreichbar unter: https://jtl-shop-{{shop_version}}.ddev.site" +[linux] [private] copy-installer: cp ./tools/installer/install_{{shop_version}}.zip ./shop/install/installer.zip unzip -o ./shop/install/installer.zip -d ./shop/install rm ./shop/install/installer.zip +[linux] [private] ddev-configuration: ddev config --php-version {{php_version}} --project-type php --docroot ./shop --project-name jtl-shop-{{shop_version}} diff --git a/shop/plugins/dh_sentry_loader b/shop/plugins/dh_sentry_loader new file mode 160000 index 0000000..9e6472a --- /dev/null +++ b/shop/plugins/dh_sentry_loader @@ -0,0 +1 @@ +Subproject commit 9e6472afbbd65c4e04a2796e1489d7515f2e6882