-
Notifications
You must be signed in to change notification settings - Fork 14
Description
This issue is closely (if not directly) related to a new issue I just posted. I'm going to leave this one open for now too though.
-- Jeremy Davis (TKL dev)
Hello,
I have installed Magento 2 template. I was trying to upgrade it to magento 2.4.1 (currently running 2.4.0).
The composer file is different so I started doing some research.
The template uses a git clone (states on the website as well) but because of that we can't use that template in production.
It should use composer install to install it.
Source:
https://devdocs.magento.com/guides/v2.4/install-gde/prereq/dev_install.html
https://magento.com/tech-resources/download
"If you clone the Magento 2 GitHub repository, you cannot use the Magento software in a production environment. You cannot have a live store that accepts orders and so on."