Technical requirements
As you have done in previous chapters, all you need to do to run the demo connected with this chapter is to navigate to the 13. Implementing Master Data Management
folder in 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 command:
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 through the demo to discover all aspects related to this chapter.