Technical requirements
As you previously have done in Chapter 4, Creating Documents in Pimcore, all you need to run the demo connected with this chapter is to navigate to the 5. Object and Classes
folder on the official book repository and start a 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, just open a new shell and type the following:
docker-compose exec php bash restore.sh
- Navigate to http://localhost/admin and log in with your admin/pimcore credentials.
You can access the official book repository to get the source code through the following link:
Now you are ready to navigate the demo to discover all the aspects related to this chapter.