Page 1 of 1

shared installation/link 'deployment'?

Posted: Sun Apr 15, 2007 9:17 am
by wcw
In re shared installation (which after fiddling I have working in a chrooted apache), I wonder: would it be better to link rather than copy the individual .php files in ../s9y/deployment, or is the idea that none will ever change?

Re: shared installation/link 'deployment'?

Posted: Sun Apr 15, 2007 3:36 pm
by garvinhicking
Hi!

The idea is that the deployment files will never change, as they only contain a one liner to include the "real" file...so copying should be alright, IMHO.

Best regards,
Garvin

Re: shared installation/link 'deployment'?

Posted: Tue Apr 17, 2007 4:56 pm
by wcw
garvinhicking wrote:The idea is that the deployment files will never change, as they only contain a one liner to include the "real" file...so copying should be alright
Cool, thanks. It is very slightly easier than linking each of the files in that directory for any new user.