shared installation/link 'deployment'?

Having trouble installing serendipity?
Post Reply
wcw
Regular
Posts: 7
Joined: Wed Apr 04, 2007 12:33 am

shared installation/link 'deployment'?

Post 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?
garvinhicking
Core Developer
Posts: 30022
Joined: Tue Sep 16, 2003 9:45 pm
Location: Cologne, Germany
Contact:

Re: shared installation/link 'deployment'?

Post 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
# 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/
wcw
Regular
Posts: 7
Joined: Wed Apr 04, 2007 12:33 am

Re: shared installation/link 'deployment'?

Post 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.
Post Reply