File tree Expand file tree Collapse file tree 1 file changed +8
-4
lines changed
Expand file tree Collapse file tree 1 file changed +8
-4
lines changed Original file line number Diff line number Diff line change @@ -37,9 +37,13 @@ A development docker for every magento2 project
3737- Read https://devdocs.magento.com/guides/v2.4/install-gde/composer.html
3838- ` docker-compose exec cli bash ` and make sure you are at ` /var/www/project ` dir
3939- Setup new magento2 project using composer
40- - ` composer create-project --repository-url=https://repo.magento.com/ magento/project-community-edition . `
41- - or ` composer create-project --repository-url=https://repo.magento.com/ magento/project-enterprise-edition . `
42- - or ` composer create-project --repository-url=https://repo.magento.com/ magento/project-enterprise-edition={version} . `
40+
41+ ` composer create-project --repository-url=https://repo.magento.com/ magento/project-community-edition . `
42+
43+ or ` composer create-project --repository-url=https://repo.magento.com/ magento/project-enterprise-edition . `
44+
45+ or ` composer create-project --repository-url=https://repo.magento.com/ magento/project-enterprise-edition={version} . `
46+
4347- Run bash alis ` mpp ` for ` /root/manage-project-permission.sh `
4448- Run ` bin/magento ` and should return list of commands
4549- Magento2.4.x project install command https://devdocs.magento.com/guides/v2.4/install-gde/install/cli/install-cli.html
@@ -160,4 +164,4 @@ With vscode's remote container extension, we can simply connect into cli contain
160164 - https://github.com/sj26/mailcatcher
161165
162166* ReadyMadeHost docker hub
163- - https://hub.docker.com/orgs/readymadehost
167+ - https://hub.docker.com/orgs/readymadehost
You can’t perform that action at this time.
0 commit comments