Technical requirements
As with the previous chapters, there is a demo that you can find on our GitHub repository here: https://github.com/PacktPublishing/Modernizing-Enterprise-CMS-using-Pimcore/.
All you need to run the demo connected to this chapter is to clone it, then navigate to the Full Demo
folder and 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 from 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.
What you will get with this setup is the following:
- A
BlogBundle
where you will find all the assets produced in this chapter - A fully working Pimcore instance, with data and configuration installed
This project is a good reference, but after all the practice we have had with Pimcore, you could also start...