N
N
Nikita Melikhov2017-11-02 05:01:04
Web development
Nikita Melikhov, 2017-11-02 05:01:04

What to choose from web development software in a team?

We are developing websites, we need to somehow optimize the process.
There are no problems with file exchange - there is git. But in addition to files, there is also a database (plus a web server).
I would like some tool that allows both putting the current version on production (usually, client hosting; occasionally VPS), and the ability to quickly deploy a working copy of the site on any computer or hosting for work.
Ideally, I would like something like git, but also with database support (MySQL).

Answer the question

In order to leave comments, you need to log in

2 answer(s)
D
DAGpro, 2017-11-02
@DAGpro

For databases, implement migrations.
Create migrations for database changes, store migrations under git.

S
Sanes, 2017-11-02
@Sanes

Ansible. For hosting, you will not invent anything.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question