docker-magento2 icon indicating copy to clipboard operation
docker-magento2 copied to clipboard

add magento-install option

Open charles-lebrun opened this issue 6 years ago • 1 comments

give the ability to chose the store session method

see --session-save option in magento documentation https://devdocs.magento.com/guides/v2.3/install-gde/install/cli/install-cli-install.html#instgde-install-cli-magento

3 options available : file, db or redis

charles-lebrun avatar Aug 22 '19 09:08 charles-lebrun

According this https://devdocs.magento.com/guides/v2.3/install-gde/install/cli/install-cli-install.html

you need to update the env file to use files instead of file

iLeonelPerea avatar Oct 04 '19 20:10 iLeonelPerea