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, ubuntuRelated posts
One Response to “CruiseControl and phpUnderControl in Ubuntu (8.04), Debian (etch)”
Leave a Reply
You must be logged in to post a comment.






















June 27th, 2008 at 1:53 pm
[...] extend “phpUnderControl” you can use [...]
View this Comment in: