Setting up a PHP web project, the infrastructure

前端 未结 5 556
悲哀的现实
悲哀的现实 2021-01-30 01:45

How can I best set up my PHP (LAMP) development environment so that I have development, staging and production servers. One-\"click\" deployment to any of those, as well as one

5条回答
  •  终归单人心
    2021-01-30 02:25

    @andrew : I've tried Phing and ended up with phpUnderControl. The problem with Phing is that to manage code coverage, it has to actually include all the files in you project, which for our project just does not do it. The approach of CruiseControl worked better for us. Give them a try, they are both easy to setup - the hard work is to build the tests....

提交回复
热议问题