How to update multiple projects based on one CMS

匆匆过客 提交于 2019-12-11 13:48:17

问题


I have a general questions about the workflow. Looking for an advice how to manage my projects in a best way. I have my own CMS that im developing Lets say it is in version 2 in the moment. I have the main, mother copy of the CMS on my localhost. I have also about 5 other clients sites that are using this CMS. I have 5 different directories on my localhost for each project. They are in sync with 5 different clients servers. Now what I want is: 1. When doing some changes to the file on my mother copy of the cms i would liker to update with one click all localhost copies of the the same cms version and also all server copies of that cms. 2. When doing some changes on one of the client CMS I would like the same, copy these changes to other CMS copies from localhost, and servers. Now i'm doing this manually and this is very time consuming.

Do you have some advice, maybe some article, tutorial about how to manage projects that way? Is GIT something I should check or maybe some other solutions? I'm using SublimeText3 for developing. PHP, Js and mysql.

来源:https://stackoverflow.com/questions/21622415/how-to-update-multiple-projects-based-on-one-cms

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!