tags:

views:

251

answers:

0

After reading similar posts on deploying applications with Capistrano, I decided to give it a try with no success. Mostly because I can't get ruby on my hosted server. I then found out about Fredistrano. After tweaking its awkward .htaccess problem (adding RewriteBase helped) I got it to run. Now, I have the all-time problem of updating database schema deltas. Does anyone know of an easy-to-install PHP based app that deals with continuous integration deployments and db schema delta updates?

P.S I currently built my own PHP/Linux based app that kind of solves this issue. However, I'm looking for a better implementation that can deal with DB schemas too.