mirror of
https://github.com/cloudmaker97/JTL-Shop-Entwicklungsumgebung.git
synced 2025-12-06 00:48:34 +00:00
Anpassung der Justfile
This commit is contained in:
parent
7224b5da06
commit
7839dfa653
2 changed files with 5 additions and 1 deletions
5
justfile
5
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}}
|
||||
|
|
|
|||
1
shop/plugins/dh_sentry_loader
Submodule
1
shop/plugins/dh_sentry_loader
Submodule
|
|
@ -0,0 +1 @@
|
|||
Subproject commit 9e6472afbbd65c4e04a2796e1489d7515f2e6882
|
||||
Loading…
Reference in a new issue