Monatsarchiv Oktober, 2009

phpUnderControl quick install 0910

Quick install list
system requirements:

Ubuntu (up to 8.04) minimal or Debian 5
root access
user for cruisecontrol runtime (this example: developer)

CruiseControl Install
apt-get update
apt-get install sun-java6-jdk
apt-get install unzip
apt-get install wget
apt-get install make

cd /opt
wget http://downloads.sourceforge.net/cruisecontrol/cruisecontrol-bin-2.8.2.zip
unzip cruisecontrol-bin-2.8.2.zip
mv cruisecontrol-bin-2.8.2 cc

useradd developer
chown -R developer /opt/cc

wget -O /etc/init.d/cruisecontrol http://phpundercontrol-server.googlecode.com/files/cruisecontrol-start-1.1
chmod +x /etc/init.d/cruisecontrol
update-rc.d cruisecontrol defaults
phpUnderControl Install
apt-get install php5
apt-get install php5-dev
apt-get install php-pear

pear upgrade PEAR
pear channel-discover pear.phpunit.de
pear [...]

... weiterlesen »

Kategorie: Projekte, Geschrieben am 1. Oktober 2009 von Jens Klose