I am deploying multiple copies of symfony web application for different
clients in my own debian server.
For easy upgrades(application is in beta progress) i want to make
something like that:
1.ln -s modules and plugins from every client symfony webroot to some
special place like /var/www/modules
for example ln -s /home/client1/web/plugins/sfGuardUser
/var/www/plugins/sfGuardUser
2.keep all clients applications settings in database
this way i can simply make edit in one place and dont bother to install
upgrades in every directory
What do you think about that? Anyone tried the same strategy?
What are pros and cons?
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"symfony users" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at
http://groups.google.com/group/symfony-users?hl=en
-~----------~----~----~----~------~----~------~--~---