Forums / Discussions / PHP Continuous Integration: A first attempt

Monday 22 November 2010 4:11:40 am - 3 replies

Introduction

In this post I will create a walkthrough on how to set up an php continuous enviroment on Windows. This is not a complete post, I will need your help to make it perfect.

» Read full blog post

Author Message

Damien Pobel

Tuesday 23 November 2010 7:27:33 am

Hi Thiago,

just a quick note, I think that you should use the literal button to copy/paste code and configuration snippets. this would greatly improve the readability of the whole post.

Cheers

Damien
Planet eZ Publish.fr : http://www.planet-ezpublish.fr
Certification : http://auth.ez.no/certification/verify/372448
Publications about eZ Publish : http://pwet.fr/tags/keywords/weblog/ez_publish

Thiago Campos Viana

Tuesday 23 November 2010 9:18:47 am

"

Hi Thiago,

just a quick note, I think that you should use the literal button to copy/paste code and configuration snippets. this would greatly improve the readability of the whole post.

Cheers

"

Ok, fixed.

eZ Publish Certified Developer: http://auth.ez.no/certification/verify/376924

Twitter: http://twitter.com/tcv_br

Olav Frengstad

Wednesday 01 December 2010 9:06:40 am

First off, great initiative! there are some minor things you need to fix tho:

  1. You missed the TLD for pear.pdepend. The line should say: pear channel-discover pear.pdepend.org
  2. PHP_Depend-beta depends on tokenizer, since this is for Windows it really doesn't matter because of the built-in support. For *nix users this can easily be resolved by installing the php5-tokenizer package.

This is looking great, setting up with Cruise Control on new install here and so far everything looks very promising :)

You must be logged in to post messages in this topic!