PHP Staging environment for continuous integration part 2

In this second part, I will setup phpUnderControl (using Git for source control) and the installation of all the necessary software… Plus I will make reference to a couple of good tutorials on how to set up a PHP apps to work with Capistrano for deployment.
For the phpUnderControl setup, I pretty much followed this tutorial.
However, [...]