PAGI
Tutorial
For an in-depth tutorial, read this.
Requirements
- PHP 5.3.3+
- Extensions: sockets
- log4php (just put the src/main/php directory of the src distribution in your path).
Installing with composer
Just add the package "marcelog/pagi":
{
"require": {
"marcelog/pagi": "dev-master"
},
"repositories": [
{
"type": "pear",
"url": "http://pear.apache.org/log4php/"
}]
}
Packagist URL: http://packagist.org/packages/marcelog/pagi
Installing with pear
You can now easily install PAGI by issuing:
pear channel-discover pear.marcelog.name pear install marcelog/PAGI or pear install marcelog/PAGI-X.Y.Z
just replace X.Y.Z by the release version you'd like to install :)
See: http://pear.marcelog.name/
CI Server (PHAR and PEAR)
You can also take a look at the Jenkins CI Server to get the phar and pear packages directly.
Manual Install
You can download PAGI directly from github in the following forms: