tags:

views:

43

answers:

1

how to easily update php web application to multiple server ? i read about capistrano, can it be use for PHP ?

Please Help Regards, REV

+1  A: 

Capistrano has support for deployment to multiple environments (development, test, production, etc) and multiple hosts/roles. Capistrano supports any sort of project that needs to be rolled out to servers, including PHP.

Take a look at Automated Deployment with Capistrano for a good write-up on the subject.

mtwstudios
OK, Thanks....i'll try
v14nt0