Hacker News new | ask | show | jobs
by lux 6481 days ago
Capistrano works great for non-Ruby sites too! Our site is in PHP and it was easy to get cap working for us. We also use github.com so the site essentially pulls from there, which means we can also rollback in case we ever need to.
2 comments

Concur, I looked a loooong time for something better then home grown solutions.

Capistrano is great. I've used it to great success deploying Django(Python) apps to complex environments.

I second that, some tweaking the recipe and Capistrano does a neat job with PHP sites as well!