> What are your strategies for initial application deployment and for
> delivering updates? Do you do a SVN checkout on the server or use the
> project:deploy task?

I keep my project self-contained (including plugins and generated  
artifacts) in a Git repo and deploy via Vlad (also a Ruby tool but  
rather lightweight and, above all, still maintained). The initial  
deployment requires calling a task for preparation, and uploading  
stuff that is shared between versions (usually /config, /data and / 
log). To update I call:

$ rake vlad:update

> If you are using Doctrine, do you always write
> migrations manually when making changes to the schema?

As I'm maintaining only Propel based projects atm I have to deal with  
database changes manually. Someday I'll have a closer look at  
LiquiBase <http://www.liquibase.org/>, maybe this can be integrated in  
my workflow.

> What are the
> reasons why you chose your deployment strategy?

It works and there are no PHP tools for deployment anyway.

Ralf

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"symfony users" group.
To post to this group, send email to symfony-users@googlegroups.com
To unsubscribe from this group, send email to 
symfony-users+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/symfony-users?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to