how to easily update php web application to multiple server ? i read about capistrano, can it be use for PHP ?
Please Help
Regards,
REV
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
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.