Technical requirements
As you have done in previous chapters, all you need to do is run the demo connected to this chapter by navigating to the 14. Data Integration
folder of 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.