Created
September 25, 2011 10:22
-
-
Save fordnox/1240454 to your computer and use it in GitHub Desktop.
Revisions
-
fordnox revised this gist
Sep 26, 2011 . 1 changed file with 1 addition and 0 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -16,3 +16,4 @@ sudo apt-get install php-pear sudo pear config-set auto_discover 1 sudo pear install pear.phpunit.de/PHP_CodeCoverage sudo pear install phpunit/PHP_Timer -
fordnox revised this gist
Sep 26, 2011 . 1 changed file with 10 additions and 1 deletion.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -6,4 +6,13 @@ sudo wget -q -O - http://pkg.jenkins-ci.org/debian/jenkins-ci.org.key | sudo apt sudo sh -c 'echo deb http://pkg.jenkins-ci.org/debian binary/ > /etc/apt/sources.list.d/jenkins.list' sudo apt-get update sudo apt-get install jenkins sudo apt-get install ant #Install PHP related dependencies sudo apt-get install phpunit sudo apt-get install php5-xdebug sudo apt-get install php-pear sudo pear config-set auto_discover 1 sudo pear install pear.phpunit.de/PHP_CodeCoverage -
fordnox created this gist
Sep 25, 2011 .There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,9 @@ #!/bin/sh sudo apt-get update sudo apt-get install openjdk-6-jre sudo apt-get install openjdk-6-jdk sudo wget -q -O - http://pkg.jenkins-ci.org/debian/jenkins-ci.org.key | sudo apt-key add - sudo sh -c 'echo deb http://pkg.jenkins-ci.org/debian binary/ > /etc/apt/sources.list.d/jenkins.list' sudo apt-get update sudo apt-get install jenkins sudo apt-get install ant1.8