magento / magento-cloud

Magento Cloud
Open Software License 3.0
207 stars 237 forks source link

MAGECLOUD-3243: Add PHP container script #444

Closed michaelcasey316 closed 4 years ago

michaelcasey316 commented 4 years ago

Description

Currently, installing the Magento Cloud template requires PHP to be installed on one's host system. This change provides commands which use Docker to allow things such as composer install and vendor/bin/ece-tools. This happens with only Docker and Bash installed, and does not require PHP on the host system.

Issues resolved

MAGECLOUD-3243 https://github.com/magento/magento-cloud-docker/issues/47

aepod commented 4 years ago

Very nice, these were being added to the devdocs, but it is really nice to see the commands scripted.

shiftedreality commented 4 years ago

Done in Magneto Cloud Docker repository