D
D
Dmitry Chizhov2016-11-20 18:47:17
PHP
Dmitry Chizhov, 2016-11-20 18:47:17

How to organize a deployment to a bunch of projects on one core?

Good day,
The task is to develop a kernel for projects (something like tsms). The bottom line is that projects will be created on this core (tens, hundreds of identical projects with little customization). So the question arises of how to update all this goodness. Provided that the core is one, included in the same composer for example. And each project has only a couple of files for customization, the rest happens in the core. There is an idea using continuous integration (the same jenkins) to implement a deployment to all servers, after updating composer. So I ask more experienced colleagues, is this possible? For I am familiar with CI only in theory. Or maybe there are some better ways?

Answer the question

In order to leave comments, you need to log in

1 answer(s)
S
Sergey, 2016-11-20
Protko @Fesor

composer in order to update the "core" (with its own private repository perhaps). "automate" - various things from a regular bash script to tools a la ansible. Also, docker is a cool theme for stuff like this. If "it works in a container it will most likely work on any other server".

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question