To extend “phpUnderControl” you can use Phing.
More details read on “Automating the Development Workflow”
Tags: Automating, development, Extend, linux, Phing, phpUnderControl, ubuntu, WorkflowTo extend “phpUnderControl” you can use Phing.
More details read on “Automating the Development Workflow”
Tags: Automating, development, Extend, linux, Phing, phpUnderControl, ubuntu, WorkflowTeam:
5-10 people. (Depending on the complexity of the task)
Know-how:
Programming languages - PHP, Java, JavaScript, Ruby
Using - ZendFramework, symfony, E-GroupWare, php-JavaBridge, phpUnit, phpDocumentor, php-CondeSniffer, phpUnderControl, ExtJs, jQuery, JasperReport, JasperServer, and much more.
Configuration - all (Linux, FreeBSD, OpenBSD)
Experience - 5-10 year.
Kind regards,
Andrew Daskaliuk and DrongoUS team.
skype: drongo_us
msn: drongous@gmail.com,
phone: +380509557447 (mobile)
Installing sun-java6-jdk with apt package manager
Configuring $JAVA_HOME :
vim /etc/environment
JAVA_HOME=“/usr/lib/jvm/java-6-sun”
source /etc/environment
Download CruiseControl binary
cd /opt/
wget http://switch.dl.sourceforge.net/sourceforge/cruisecontrol/cruisecontrol-bin-2.7.2.zip
Unzip archive :
unzip cruisecontrol-bin-2.7.2.zip -d /opt
ln -s /opt/cruisecontrol-bin-2.7.2 /opt/cruisecontrol
Install pear package :
pear config-set preferred_state beta
pear channel-discover components.ez.no
pear install -a ezc/Graph
pear channel-discover pear.phpunit.de
pear install –alldeps phpunit/phpUnderControl
Patch CruiseControl with phpUnderControl and install the example :
phpuc install /opt/cruisecontrol
phpuc example /opt/cruisecontrol
Start CruiseControl :
cd /opt/cruisecontrol
./cruisecontrol.sh
And read this manual.
Tags: CruiseControl, Debian, example, Install, java, Life, pear, phpuc, phpUnderControl, phpunit, source, ubuntu