source code vs. non-source code installation

This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.
5 лет назад
Hi: I was thinking about starting my store with the non-source code installation. What happens if later on I wish I'd installed the source code version? Can I install parts of the source code I need, or do I have to re-do the whole installation? Thanks!
5 лет назад
The version that runs on the webserver is in fact the non-source version
So the non-source version is created from the source version. That is, the output of building the source version with Visual Studio is to create the non-source version.

So when it comes time and you want to change the core program you can download and use the current version of the source code version make changes then build a new non-source version

Although for developers the preferred way is not to change the core of the source version but in fact to make plugins that change, overwrite or override the functionality of the core code. In that way the system is easier to build upon, upgrade and maintain because when a new version comes along it is just a matter of updating your plugin to work with the new version.
5 лет назад
Thank you very much! I appreciate the explanation!
This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.