This project contains the files to test the locallaly cloned source code of n98-magerun in a ddev docker environment.
Requirements:
A running ddev environment. See https://ddev.readthedocs.io/en/stable/
- Fork n98-magerun
- Clone the source code of your fork to anywhere on the machine.
- Run composer install in the n98-magerun directory.
- Download Magento source
- Copy the .ddev directory in the root directory of your Magento project
- Edit the file
.ddev/docker-compose.magerun.yaml
and change the path to match the n98-magerun source directory. - Run ddev start
- Run Magento installation (see https://ddev.readthedocs.io/en/latest/users/cli-usage/#magento-1-quickstart)
ddev mr-dev