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
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
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