Looking for more information on how to do PHP the right way? Check out PHP: The Right Way

Ladislav Prskavec's Blog:
PHP and Hudson
Oct 09, 2009 @ 18:58:39

Ladislav Prskavec has posted a step-by-step guide on getting Hudson (a Java-based continuous integration server) working with PHP.

Hudson is extensible continuous integration engine used for Java projects. It’s architecture can be used for others languages as PHP too.

The guide links you to the files and packages you'll need to get PHP support installed (including a few different plugins), a sample build script for a build tool like Phing and an example Hudson configuration to tie them together. The Phing process is executed in a shell to run unit tests, build documentation and check the syntax on all files in the current repository.

tagged: hudson continuous integration java

Link:


Trending Topics: