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. | |||
|
feedback
|
This question is protected to prevent "thanks!", "me too!", or spam answers by new users. To answer it, you must have earned at least 10 reputation on this site.
|
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. | |||
|
feedback
|
|
You could also use something like Phing which is like make or Ant for PHP Update: Rasmus Lerdorf (creator of PHP) just released WePloy which is what he uses at WePay. | ||||
|
feedback
|
|
Although if you are using php you won't get the benefit of db migrations. It's still nice for deploying. | |||
|
feedback
|