Magento2 icon indicating copy to clipboard operation
Magento2 copied to clipboard

magento 2.3

Open miikEe13 opened this issue 5 years ago • 6 comments

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

miikEe13 avatar Dec 31 '18 16:12 miikEe13

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

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

lephleg avatar Jan 03 '19 16:01 lephleg

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.

lamador1980 avatar Jan 24 '19 05:01 lamador1980

install-magento2 2.3 install-magento2: command not found

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

saamalam avatar Feb 11 '19 05:02 saamalam

Just type: install-magento2

When you type this, the last version is installed.

techspotbr avatar Feb 11 '19 13:02 techspotbr

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

and run: composer update

techspotbr avatar Feb 11 '19 13:02 techspotbr

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

JackWormUK avatar Jun 18 '19 12:06 JackWormUK