Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Recommended server for continuous integration for a PHP project [closed]

I'm working on a PHP project and I would like to know recommendations for implementing continuous integration.

I've read all the theory, but I never got to use continuous integration. So it should be rather easy to start.

I've read about Xinc, Hudson, among others, but I would like to get some feedback based on experience. Have you used continuous integration in PHP projects? What has been your experience? Which server would you recommend?

like image 289
Fernando Briano Avatar asked Jun 02 '09 19:06

Fernando Briano


1 Answers

There is also Jenkins now that Oracle made a fuss about Hudson. There is a config template for it that makes it ridiculously easy to setup with all the QA Tools you'd need for a PHP CI environment:

  • http://edorian.github.io/2011-02-01-setting-up-jenkins-for-php-projects
  • http://jenkins-php.org
  • http://jenkins-ci.org
like image 193
Gordon Avatar answered Oct 05 '22 23:10

Gordon