Technical requirements
As with the previous chapters, there is a demonstration that you can find on our GitHub repository, which you can access 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 navigate to the Full Demo
folder and start the Docker environment.
To read this chapter, the only requirement is to have an up-and-running Pimcore installation and be able to access it via the command line.
If you have installed Pimcore with Docker, just run these simple instructions:
- Run Docker with the following command:
docker-compose up
- Restore the local installation settings by running this command:
docker-compose exec php bash restore.sh
- Navigate to
http://localhost/admin
and log in with your admin/pimcore credentials.
You are now ready to put into practice all the aspects related to this chapter.