###Here you can find the hosts and credentials for this project: Magento2 Credentials
Just run and follow the instructions:
./run.sh
If you make changes in the Docker files, please run as: ./run.sh --build
- In order to develop new functions on Magento2, you can create modules in
magento/app/codewhich is mapped to/var/www/html/app/codeinside of the container. Logs an errors can be found inmagento/varwhich is mapped to/var/www/html/var/in the container. - Run
./exec.shto ssh into the php container, where you can runphp bin/magentoorcomposercommands.
By running ./clear-project.sh you're able to clean and reset the entire project. This process will remove db data and the Docker Image, but it will not remove the files from magento/app/code or magento/var/
- To uninstall magento2.local certificate (crt file), search on
Keychain Accessformagento2and remove it.
