Note that there are some explanatory texts on larger screens.

plurals
  1. PO
    text
    copied!<p>Hudson got renamed, to Jenkins - not much more has changed with the code iteself, but there has been something of a rush of new projects around it.</p> <p>In the PHP space, there are a couple to make it easier to setup and use though - <a href="http://jenkins-php.org/" rel="nofollow">jenkins-php.org</a>, similarly, there is <a href="https://github.com/sebastianbergmann/php-project-wizard" rel="nofollow">php project wizard</a> which even further automates new projects within the structure of jenkins-php.</p> <p>Phing and Ant are automation tools, you write XML with various commands and it acts upon them. </p> <p>Most of the feature you are looking for are best dealt with by various different means.</p> <ul> <li>Run PHPUnit test - Jenkins, with the tools within it, as setup by jenkins-php, and with the actual project created with PPW.</li> <li>change .htaccess file - depending what yo are doing there, you may be able to setup your local development environment to avoid having different code. I try to keep changes only in the configuration .ini file - maybe a switch based on the local manchine hostname, or a SetEnv in the apache Vhost.</li> <li>A number of the rest could be done by a deployment tool, like Capistrano. I've used it to deploy a couple of PHP-based sites and the relevant plug-ins to remove rails-ish behaviour and use more usual PHP setup are easy to install. <a href="http://capify.org" rel="nofollow">http://capify.org</a> has details of them</li> </ul>
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload