Skip to content

Provides a ddev Magento 1 environment to run the development version n98-magerun inside a docker container

Notifications You must be signed in to change notification settings

netz98/n98-magerun-magento1-ddev

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

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

About

Provides a ddev Magento 1 environment to run the development version n98-magerun inside a docker container

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages