M
M
Michael2016-11-10 18:53:30
Magento
Michael, 2016-11-10 18:53:30

How to deploy magento?

On the local server, I'm working on a magento 2 project using sample-data (for convenience).
In the future, you need to get a production version without sample-data, with the ability to code locally and merge changes into production.
How it is better to implement it?

Answer the question

In order to leave comments, you need to log in

1 answer(s)
M
Maxim, 2016-11-10
@khrisanfov

In production, you will need to install Magento from scratch and install the extensions you wrote. If you are going to change the structure of the database, the default configuration values, then this must be implemented in the install/upgrade scripts, so that when transferring the code, the database is updated to the state you need.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question