You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Pimcore 11 Release Candidate
Hello Pimconauts 💜,
as some of you may have noticed: The
Pimcore 11 Release Candidate
is available includes new versions for our bundles and demo repositories.How to install?
If you want to have a look at Pimcore 11 and its improvements, you can install the latest release candidate for the demo or skeleton using docker:
demo:
docker run -u `id -u`:`id -g` --rm -v `pwd`:/var/www/html pimcore/pimcore:php8.1-latest composer create-project pimcore/demo:11.0.0-RC2 my-project
and follow rest of the steps here.skeleton:
docker run -u `id -u`:`id -g` --rm -v `pwd`:/var/www/html pimcore/pimcore:php8.1-latest composer create-project pimcore/skeleton:11.0.0-RC2 my-project
and follow rest of the steps here.Links
pimcore/pimcore
(including upgrade notes):https://github.com/pimcore/pimcore/releases/tag/v11.0.0-RC2
pimcore/demo
:https://github.com/pimcore/demo/releases/tag/v11.0.0-RC2
Thank you all and be safe in space 👩🚀 👨🚀 🚀
Beta Was this translation helpful? Give feedback.
All reactions