vote up 2 vote down star

Are there any good deployment tools that can be used with LAMP and Subversion?

Ideally it would handle both code updates and database migrations.

flag

3 Answers

vote up 2 vote down check

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.

link|flag
vote up 1 vote down

Capistrano.

Although if you are using php you won't get the benefit of db migrations. It's still nice for deploying.

link|flag
vote up 1 vote down

you could also use something like Phing which is like make or Ant for PHP

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.