Are there any good deployment tools that can be used with LAMP and Subversion?
Ideally it would handle both code updates and database migrations.
Are there any good deployment tools that can be used with LAMP and Subversion?
Ideally it would handle both code updates and database migrations.
Although if you are using php you won't get the benefit of db migrations. It's still nice for deploying.
Capistrano is a Ruby based application, but it works with any programming language.
I use it with PHP on the LAMP stack. For PHP Symfony users sfPropelMigrationsLightPlugin is a great plugin to handle db migrations.