Technical requirements
As for the previous chapters, there is a demo in our GitHub repository that you can find here: https://github.com/PacktPublishing/Modernizing-Enterprise-CMS-using-Pimcore.
All you need to do to run the demo connected with this chapter is to clone it and navigate to the Full Demo
folder to start the Docker environment.
To do so, just follow these instructions:
- Run Docker with the following command:
docker-compose up
- Then, to restore all the settings on your local machine, type the following:
docker-compose exec php bash restore.sh
- Navigate to http://localhost/admin and log in with your admin/pimcore credentials.