CruiseControl and phpUnderControl in Ubuntu (8.04), Debian (etch) CruiseControl og phpUnderControl i Ubuntu (8.04), Debian (etch)
Installing sun-java6-jdk with apt package manager Installere sun-java6-jdk med apt package manager
Configuring $JAVA_HOME : Konfigurere $ JAVA_HOME:
vim /etc/environment Vim / etc / miljø
JAVA_HOME= “/usr/lib/jvm/ java -6-sun” JAVA_HOME = "/ usr / lib / JVM / java-6-sun"
source /etc/environment source / etc / miljø
Download CruiseControl binary Last ned CruiseControl binære
cd /opt/ cd / opt /
wget http://switch.dl.sourceforge.net/sourceforge/ cruisecontrol / cruisecontrol -bin-2.7.2.zip wget http://switch.dl.sourceforge.net/sourceforge/ cruisecontrol / cruisecontrol-bin-2.7.2.zip
Unzip archive : Unzip arkiv:
unzip cruisecontrol -bin-2.7.2.zip -d /opt unzip cruisecontrol-bin-2.7.2.zip-d / opt
ln -s /opt/ cruisecontrol -bin-2.7.2 /opt/ cruisecontrol ln-s / opt / cruisecontrol-bin-2.7.2 / opt / cruisecontrol
Install pear package : Installer pære pakken:
pear config-set preferred_state beta pære config-set preferred_state beta
pear channel-discover components.ez.no pære kanal-oppdage components.ez.no
pear install -a ezc/Graph pære installere en ezc / Graf
pear channel-discover pear . phpunit .de pære kanal-oppdage pære. phpunit. fra
pear install –alldeps phpunit / phpUnderControl pære installere-alldeps phpunit / phpUnderControl
Patch CruiseControl with phpUnderControl and install the example : Patch CruiseControl med phpUnderControl og installere eksempel:
phpuc install /opt/ cruisecontrol phpuc installere / opt / cruisecontrol phpuc example /opt/ cruisecontrol phpuc eksempel / opt / cruisecontrol
Start CruiseControl : Start CruiseControl:
cd /opt/ cruisecontrol cd / opt / cruisecontrol
./ cruisecontrol .sh . / Cruisecontrol. Sh
And read this manual . Og les denne manualen.
Tags: CruiseControl , Debian , example , Install , java , Life , pear , phpuc , phpUnderControl , phpunit , source , ubuntu Tags: CruiseControl, Debian, eksempel installere, Java, Life, pære, phpuc, phpUnderControl, phpunit, kilde, ubuntu




















