I'm not sure how I should move this to OM #3884
Replies: 2 comments 3 replies
-
It really depends on what you intend to do. Take me as an example, I need to constantly add features and change behaviors of the shop. I use git. For me, it's the best. I cannot live without it. (I know very little about git, I mainly use TortoiseGit instead of cli.) If git is an overkill, then you can download the zip package and drop the files at the root. You need to consider which PHP ver you want. Which version to choose depends on your custom code and extensions. The more you have, the more incompatibility you need to fix. PHP7.4 is more backward compatible. PHP8.3 is the newest and fastest but has more incompatibility with old code. |
Beta Was this translation helpful? Give feedback.
-
I would use a DDEV test environment to evaluate the migration to OpenMage.
|
Beta Was this translation helpful? Give feedback.
-
I don't have a currrently running website but a backup of a magento 1.9.3.10 website (files folder and database). What is the best way to install openmage and migrate this magento backup into it?
Beta Was this translation helpful? Give feedback.
All reactions