P
P
poterok2015-05-20 23:27:58
Magento
poterok, 2015-05-20 23:27:58

A solution for properly duplicating sites?

The essence of the question is this. There is a site clubbaboon.com, soon we are launching a franchise sale, which should include a sales platform (namely, a fully functional site).
The design can be slightly changed but the style will remain. For each franchisee, I would like to provide a login / password (we own a superadmin) It is planned to sell about 50-70 franchises per year! How best to implement the process of copying or creating sites. Can you recommend other sites so that everything is as fast as possible and the site remains functional

Answer the question

In order to leave comments, you need to log in

1 answer(s)
D
Dmitry Fedyuk, 2015-05-23
@dfediuk

To solve the problem of quickly installing a single software (including on different servers) and convenient centralized updates of this software, I like to use Docker containers most of all .
For example, I use Docker to install and update the modern Discourse forum engine (manual installation of which is much more difficult even than manually installing Magento):
Install via Docker: discourse-forum.ru/t/topic/11
Update via Docker: discourse-forum. ru/t/topic/42
With Docker, the entire installation procedure (and, similarly, the update procedure) of a new site fits into several commands that can be placed in a single shell script .
I have not made Docker containers for Magento yet, because I started working with Magento too long ago (in 2009), when Docker did not exist yet, and at one time I had to develop other tools for quickly deploying Magento. Now, while using Docker for other projects, I plan to switch to Docker for Magento as well.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question