Posted by Andrew Hutchings on 06/30/07 14:29
Aggelos wrote:
> Hello,
> I have developed a content management system and every time I want to
> create some short of server wide repository of the classes I am using.
>
> So when I update a bug I don't have to go and edit the code or upload
> the new file to every virtual site I have on the server.
>
> Do you have any ideas of what is the best way to do it ?
> I am on a Linux OS by the way.
>
> If you need any further clarification, please ask.
>
> Thank you.
>
Probably the easiest way to do this would be to use symbolic links to
where you want the files to go (although it may not be the most secure
as if one site is exploited they all could be). Alternatively if you
use SVN or CVS you should have no problem doing exports where you want
the files to go, maybe even scripting this.
Regards
Andrew
[Back to original message]
|