开发者

symfony 1.4 with multiple developers

开发者 https://www.devze.com 2023-02-20 17:19 出处:网络
I\'m looking for some advice on how to setup symfony 1.4 to be used in a \"multi-developer environment\".

I'm looking for some advice on how to setup symfony 1.4 to be used in a "multi-developer environment".

We are currently three developers working on the same project.

We've been thinking of setting up the site on a local server and then publish (deploy) our respective versions to this one regularly. In addition to this use Subversion to keep our copies in sync. The "during development testing" will be done on our local computers, with a local symfony installation 开发者_如何学Goon each of them.

Do this setup sound good? Are there any drawbacks? Any suggestions of better setups? :)


We are two developers on one Symfony project.

We have several copies of project (develop, stage and production).

Besides, each of us have his own local copy with common DB with develop version. When one of us doing push into git repository, CI environment (Jenkins) pulls changes, builds project, doing tests (phpunit), checkstyles, documentation, other tasks and if it success then deploys on develop server and doing Selenium tests.


Sounds Ok for me.

Just a suggestion: you could use a Continuous Integration environment such as TeamCity or Maven to have you code automatically deployed on your testing sever after each commit in SVN or every night (or whatever you want :) ).


In my company do this all days, we use subversion, each developers have a local copy of the project, while the project is in develop, we make checkout in our test server.

0

精彩评论

暂无评论...
验证码 换一张
取 消