Re: [nyphp-talk] where in filesystem to install php application

2009-07-05 Thread Adrian Noland
On Wed, Jul 1, 2009 at 9:48 AM, David Mintz wrote: > Perhaps this is one of those things that doesn't matter a helluva lot, > but: when you have a freshly installed Debian-style LAMP (actually Ubuntu > server 9.04) and you are looking for a place in the filesystem to install > your PHP applicati

Re: [nyphp-talk] where in filesystem to install php application

2009-07-05 Thread Matt Juszczak
Also, for those who work in mixed environments; /opt is a Unix-ism. /usr/local is a Linux-ism. I see FreeBSD do this (separate user-installed packages into /usr/local), but Linux always seems to install extra packages and user-generated content in /usr as the root. IE: mysql & apache. Always

Re: [nyphp-talk] where in filesystem to install php application

2009-07-05 Thread Leam Hall
David Mintz wrote: Perhaps this is one of those things that doesn't matter a helluva lot, but: when you have a freshly installed Debian-style LAMP (actually Ubuntu server 9.04) and you are looking for a place in the filesystem to install your PHP application files -- where do you like to put them