A
A
alekZi2016-08-27 04:28:50
PHP
alekZi, 2016-08-27 04:28:50

How to set up a simple versioning system for Bitrix?

I am engaged in web development and no longer want to make adjustments on the working site. Tell me how to set up the simplest, but still version control system for interaction between the developer's computer (one developer: mamp pro + git + Bitrix) and the project server.
Is this even feasible for a person who usually works via ftp to work on a project?

Answer the question

In order to leave comments, you need to log in

2 answer(s)
A
Andrey Inishev, 2016-08-27
@inish777

all your templates and non-bitrix modules in /local, /bitrix in .gitignore, /upload in .gitignore and all this in a private rep on bitbucket

O
Oleg Maksimenko, 2016-08-27
@olegprof

As mentioned above - a private repository (on bitbucket for free). An example of a .gitignore file https://www.olegpro.ru/post/primery_fayla_gitignor...
For database migrations, for example, use the marketplace.1c-bitrix.ru/solutions/ws.migrations
module . You can simplify your deployment to a remote server like this https://www.olegpro.ru/post/prostoy_deploy_saytov_...

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question