To extend “phpUnderControl” you can use Phing.
More details read on “Automating the Development Workflow”
Tags: Automating, development, Extend, linux, Phing, phpUnderControl, ubuntu, WorkflowRelated posts
Page downloads can be found here.
Related posts
| Command | Description |
| System Information | |
| arch uname -m |
display computer architecture |
| uname -r | display kernel version |
| dmidecode -q | show hardware system components - (SMBIOS / DMI) |
| hdparm -i /dev/hda | withdraw the characteristics of hard disk |
| hdparm -tT /dev/sda | to test the performance of reading data from the hard drive |
The rest then
Vaw i found full list of “Linux commans”
Tags: CommandDescription, Information, kernel, Life, linux, linux, performance, show, System, UnixRelated posts
Add normail wine repository:
sudo wget -q http://wine.budgetdedicated.com/apt/387EE263.gpg -O- | sudo apt-key add -
sudo wget http://wine.budgetdedicated.com/apt/sources.list.d/hardy.list -O /etc/apt/sources.list.d/winehq.list
sudo apt-get update
and now install Visio 2003, MS Office 2003. Have fun
Related posts
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




















