Technical requirements
To follow 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
- It is possible, but not necessary, to 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.
Now you are ready to put into practice all the aspects related to this chapter.