Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Switch to Pimcore 11 #10

Merged
merged 17 commits into from
May 19, 2023
Prev Previous commit
Next Next commit
Switch to pimcore 11
  • Loading branch information
martineiber committed May 3, 2023
commit 17bf1fd2fcf9bdae8589d2bf521b6b9c85976917
6 changes: 2 additions & 4 deletions .github/scripts/02-install-pimcore.sh
Original file line number Diff line number Diff line change
Expand Up @@ -25,11 +25,7 @@ docker compose exec -T php bin/console cache:clear
#docker compose exec -T php bin/console pimcore:bundle:enable -p15 ElementsProcessManagerBundle
#docker compose exec -T php bin/console pimcore:bundle:install ElementsProcessManagerBundle

docker compose exec -T php bin/console pimcore:bundle:install PimcoreCustomReportsBundle
cp ../../platform-version/.github/files/config-custom-reports.yaml ./config/local

docker compose exec -T php bin/console pimcore:bundle:install PimcoreStaticRoutesBundle
cp ../../platform-version/.github/files/config-static-routes.yaml ./config/local


docker compose exec -T php bin/console pimcore:bundle:install PimcoreDataHubBundle
Expand All @@ -39,6 +35,8 @@ docker compose exec -T php bin/console pimcore:bundle:install PimcoreDataHubSimp
docker compose exec -T php bin/console pimcore:bundle:install PimcoreDataHubCiHubBundle
docker compose exec -T php bin/console pimcore:bundle:install PimcoreDataHubProductsupBundle
cp ../../platform-version/.github/files/config-datahub.yaml ./config/local
cp ../../platform-version/.github/files/config-custom-reports.yaml ./config/local
cp ../../platform-version/.github/files/config-static-routes.yaml ./config/local

docker compose exec -T php bin/console pimcore:bundle:install AdvancedObjectSearchBundle
cp ../../platform-version/.github/files/config-advanced-object-search.yaml ./config/local
Expand Down