Looking for more information on how to do PHP the right way? Check out PHP: The Right Way

devthatweb:
Automate the deployment of any PHP project using Capistrano
Jun 06, 2007 @ 18:14:00

On the devthatweb blog, there's a new post from Pat Nakajima with a recipe for deploying a PHP application with the help of Capistrano (the Ruby on Rails tools for deploying web applications).

Recently though, I was working on a PHP project, and I decided that the time had come to rewrite my Mint recipe to allow deployment of any PHP project, totally independent of Rails. I set to work, and I'm happy to share the result.

The example makes it a simple matter of using the command "cap deploy:php" to use the recipe and push out your PHP application.

tagged: capistrano automate deploy automatic rubyonrails capistrano automate deploy automatic rubyonrails

Link:


Trending Topics: