Sunday, September 15, 2013

Jenkins CI server installer for php projects

Recently, working on unit testing of Symfony2 project I thought that it'll be great to integrate Continuous Integration server. I'm using Netbeans IDE for my daily work, and found Netbeans page suggests using Jenkins CI  for php projects. So, after reading Jenkins template for php projects I decide to build installation script for it. So here it is on gihtub trig/jenkins-php-installer And is for those devs, which like to type several words in their terminal while script interactively asks some words about what it going to do, and pick some coffee. At the end of process Jenkins CI server is ready to start building tasks.

Installation script is on it's early stage, currently only in shell script. Who knows maybe it will be useful for someone searching for how to automate Jenkins CI server for php.

No comments:

Post a Comment