clean-docker / Magento2

Docker Image to Magento 2 local development in Mac, Linux and Windows
https://hub.docker.com/r/rafaelcgstz/magento2/
MIT License
444 stars 251 forks source link

magento 2.3 #75

Open miikEe13 opened 5 years ago

miikEe13 commented 5 years ago

magento 2.3 setup the magento 2.3 is avaliable with this setup?

lephleg commented 5 years ago

Yep. Just pass install-magento2 2.3 on your install command.

Check https://github.com/clean-docker/Magento2/pull/74

lamador1980 commented 5 years ago

What if I'm removing the index.php file and then installing an already existing repo with Magento 2.3.X?

I couldn't get this to work.

saamalam commented 5 years ago

install-magento2 2.3 install-magento2: command not found

Any help, however docker-compose up & ./init working correctly

techspotbr commented 5 years ago

Just type: install-magento2

When you type this, the last version is installed.

techspotbr commented 5 years ago

if do not work, change the magento framework version in composer to: "magento/product-community-edition": "2.3.0"

and run: composer update

JackWormUK commented 5 years ago

You either need to reinstall the project from scratch, or update through the Magento administration panel. I can confirm that a new installation will install 2.3.1 without any problems