How do you manage your own framework / library across multiple sites / applications?
You will have more than one projects, sites, or applications that rely upon the same framework you have. What makes it tricky is the different projects are served from different servers far away from each other.
My question is how you manage the same framework across multiple servers?
When a security patch or feature upgrade comes out, how do you push it out to so many servers?
Is there any recommended common practice regarding this?
For now all my projects reside on a single server which would simply include from the framework on the hard drive. But what if my projects go distributed?
I just can't imagine updating the framework manually one by one across all the different servers once I have more than one server.
Any help would be much appreciated! What route should I look at?
Ralph Smith
Mercenary development and deployment.