shared installation/link 'deployment'?
shared installation/link 'deployment'?
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?
-
garvinhicking
- Core Developer
- Posts: 30022
- Joined: Tue Sep 16, 2003 9:45 pm
- Location: Cologne, Germany
- Contact:
Re: shared installation/link 'deployment'?
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
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
# Garvin Hicking (s9y Developer)
# Did I help you? Consider making me happy: http://wishes.garv.in/
# or use my PayPal account "paypal {at} supergarv (dot) de"
# My "other" hobby: http://flickr.garv.in/
# Did I help you? Consider making me happy: http://wishes.garv.in/
# or use my PayPal account "paypal {at} supergarv (dot) de"
# My "other" hobby: http://flickr.garv.in/
Re: shared installation/link 'deployment'?
Cool, thanks. It is very slightly easier than linking each of the files in that directory for any new user.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