Walk-through the most used task runners in PHP at the moment:
You can find the slides to this presentation in Slideshare. I hope you find them useful! ;)
If phing is installed globally
:
cd path/to/this/project
phing setup:install
If phing will be installed locally
:
cd path/to/this/project
composer install
vendor/bin/phing setup:install
If robo is installed globally
:
cd path/to/this/project
robo setup:install
If robo will be installed locally
:
cd path/to/this/project
composer install
vendor/bin/robo setup:install