Skip to content

Instantly share code, notes, and snippets.

View rqsakai's full-sized avatar

Raul Quinto Sakai rqsakai

View GitHub Profile
@rqsakai
rqsakai / magento-cloud-docker.md
Last active February 15, 2024 18:37
The IT Nerd - Gist

Install magento with composer

composer create-project --repository-url=https://repo.magento.com/ magento/project-community-edition <install-directory-name>
 composer create-project --repository-url=https://repo.magento.com/ magento/project-enterprise-edition <install-directory-name>

Require the Cloud docker and ECE tools