diff --git a/component-composer-plugin/b-7.2.x-root.sh b/component-composer-plugin/b-7.2.x-root.sh new file mode 100755 index 0000000..c4b5952 --- /dev/null +++ b/component-composer-plugin/b-7.2.x-root.sh @@ -0,0 +1,31 @@ +#!/bin/bash + +SCRIPT_PATH=$(dirname ${BASH_SOURCE[0]}) + +cd $SCRIPT_PATH/../../../ || exit + +# Prepare services configuration +make setup +make addbasicservices + +# Configure containers +perl -pi\ + -e 's#error_reporting = .*#error_reporting = E_ALL ^ E_WARNING ^ E_DEPRECATED#g;'\ + containers/php/custom.ini + +#perl -pi\ +# -e 's#/var/www/#/var/www/source/#g;'\ +# containers/httpd/project.conf +# +perl -pi\ + -e 's#PHP_VERSION=.*#PHP_VERSION=8.2#g;'\ + .env + +mkdir source +docker compose up --build -d php + +git clone https://github.com/OXID-eSales/oxideshop_composer_plugin ./source -b b-7.2.x + +docker compose exec php composer update --no-interaction + +make up \ No newline at end of file diff --git a/module-gdpr-opt-in/b-7.2.x-root.sh b/module-gdpr-opt-in/b-7.2.x-root.sh index 6be38f3..4981161 100755 --- a/module-gdpr-opt-in/b-7.2.x-root.sh +++ b/module-gdpr-opt-in/b-7.2.x-root.sh @@ -35,7 +35,7 @@ perl -pi\ mkdir source docker compose up --build -d php -git clone https://github.com/OXID-eSales/gdpr-optin-module ./source -b b-7.2.x-root-experiment +git clone https://github.com/OXID-eSales/gdpr-optin-module ./source -b b-7.2.x $SCRIPT_PATH/../parts/shared/require_shop_edition_packages.sh -e"${edition}" -v"dev-b-7.2.x" $SCRIPT_PATH/../parts/shared/require_twig_components.sh -e"${edition}" -b"b-7.2.x"