Sep 18
Schritt 1.
#sudo wget http:// wine .budgetdedicated.com/ apt /sources.list.d/hardy.list -O /etc/ apt /sources.list.d/ winehq .list
Schritt 2.
#sudo apt -get update
Schritt 3.
#sudo apt -get install wine
oder
#sudo apt -get dist-upgrade
Getan.
Share / Speichern
Tags: apt-, Entwicklungs-, Fun, Installieren, Life, Linux, Quelle, Ubuntu, Kubuntu, Wein, winehq Ähnliche Beiträge
09. Juni
Installation von sun-jdk-java6 mit apt-Paket-Manager
Konfigurieren von $ JAVA_HOME:
vim /etc/environment
JAVA_HOME= “/usr/lib/jvm/ java -6-sun”
source /etc/environment
Download CruiseControl binären
cd /opt/
wget http://switch.dl.sourceforge.net/sourceforge/ cruisecontrol / cruisecontrol -bin-2.7.2.zip
Entpacken Sie Archiv:
unzip cruisecontrol -bin-2.7.2.zip -d /opt
ln -s /opt/ cruisecontrol -bin-2.7.2 /opt/ cruisecontrol
Installieren Sie PEAR-Paket:
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 mit phpUnderControl und installieren Sie das Beispiel:
phpuc install /opt/ cruisecontrol
phpuc Beispiel / opt / CruiseControl
Start CruiseControl:
cd /opt/ cruisecontrol
./ cruisecontrol .sh
Und lesen Sie diese Anleitung.
Share / Speichern
Tags: CruiseControl, Debian, Beispiel, Installieren, Java-, Life-, Birnen-, phpuc, phpUnderControl, PHPUnit, Quelle, ubuntu Ähnliche Beiträge