Skip to content

Magento Configure

Michael Woodward edited this page Feb 4, 2017 · 1 revision

Configures Magento ready for Docker use and pulls configuration files back to host

Aliases:
    - mc

Usage:
    workflow magento-configure [-p]

Options:
    -p      Production mode

Under the hood this will run the following command and passes through the -p flag if set

docker exec -u www-data container-name magento-configure
Clone this wiki locally