Skip to content

Instantly share code, notes, and snippets.

@ishenkoyv
Created September 21, 2014 20:11
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ishenkoyv/0e56fc866a8d0fa32fbe to your computer and use it in GitHub Desktop.
Save ishenkoyv/0e56fc866a8d0fa32fbe to your computer and use it in GitHub Desktop.
apt-get install php-pear
pear channel-discover pear.pdepend.org
pear install pdepend/PHP_Depend
pear channel-discover pear.phpmd.org
pear install phpmd/PHP_PMD
pear channel-discover pear.phpunit.de
pear channel-discover pear.symfony.com
pear install phpunit/phploc phpunit/phpcpd phpunit/PHP_CodeBrowser phpunit/PHPUnit phpunit/PHPUnit_MockObject phpunit/PHP_CodeCoverage
wget -q -O - https://jenkins-ci.org/debian/jenkins-ci.org.key | apt-key add -
sh -c 'echo deb http://pkg.jenkins-ci.org/debian binary/ > /etc/apt/sources.list.d/jenkins.list'
apt-get update
apt-get install jenkins
java -jar jenkins-cli.jar -s http://localhost:8080 install-plugin checkstyle cloverphp crap4j dry htmlpublisher jdepend plot pmd violations xunit bitbucket-oauth credentials dashboard-view disk-usage dry envinject external-monitor-job git-client git htmlpublisher
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment