Skip to content

Latest commit

 

History

History
34 lines (21 loc) · 844 Bytes

README.md

File metadata and controls

34 lines (21 loc) · 844 Bytes

Magerun Magento 1 ddev

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/

Setup Dev Environment

Setup n98-magerun source code

  1. Fork n98-magerun
  2. Clone the source code of your fork to anywhere on the machine.
  3. Run composer install in the n98-magerun directory.

Setup Magento 1

  1. Download Magento source
  2. Copy the .ddev directory in the root directory of your Magento project
  3. Edit the file .ddev/docker-compose.magerun.yaml and change the path to match the n98-magerun source directory.
  4. Run ddev start
  5. Run Magento installation (see https://ddev.readthedocs.io/en/latest/users/cli-usage/#magento-1-quickstart)

Run n98-magerun

ddev mr-dev