-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 I'm splitting hairs here. I don't have an Extensions directory for my Zope install. (Zope 2.5.1, Debian GNU/Linux, Woody) So, where do I put it? The "top level zope directory." Okay. Where is that? I'm thinking /usr/lib/zope. Is that correct? Then, what are the permissions on that directory supposed to be? Thanks! Russell - -- Linux -- the OS for the Renaissance Man -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.0.6 (GNU/Linux) Comment: For info see http://www.gnupg.org iD8DBQE9YBpFAqKGrvVshJQRAlRsAJ9FSSZyY0XNGvrDHgZH76dfPCxTvgCfSZhK QFUMTSgRac8m6iW0A0UKQSI= =7ne7 -----END PGP SIGNATURE-----
Russell Hires
I'm splitting hairs here. I don't have an Extensions directory for my Zope install. (Zope 2.5.1, Debian GNU/Linux, Woody) So, where do I put it? The "top level zope directory." Okay. Where is that? I'm thinking /usr/lib/zope. Is that correct? Then, what are the permissions on that directory supposed to be?
I have mine in /usr/local/zope/v251 with permissions set to 775. The top level zope directory is where z2.py lives. -- Emile van Sebille emile@fenx.com ---------
Russell Hires wrote:
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1
I'm splitting hairs here. I don't have an Extensions directory for my Zope install. (Zope 2.5.1, Debian GNU/Linux, Woody) So, where do I put it? The "top level zope directory." Okay. Where is that?
Depends if you're using INSTANCE_HOME. IF you are, then it's your INSTANCE_HOME directory, if not, then it's where Zope's z2.py is usualyl found.
Then, what are the permissions on that directory supposed to be?
Any such that the user Zope runs as (what you pass as the -u option) can read files in the directory. cheers, Chris
On Sun, Aug 18, 2002 at 06:05:54PM -0400, Russell Hires wrote: | I'm splitting hairs here. I don't have an Extensions directory for my Zope | install. (Zope 2.5.1, Debian GNU/Linux, Woody) So, where do I put it? The | "top level zope directory." Okay. Where is that? I'm thinking /usr/lib/zope. | Is that correct? Then, what are the permissions on that directory supposed to | be? A little late, but on a debian box here I created it as : $ ls -ld /var/lib/zope/Extensions drwxrwxr-x 2 www-data www-data 4096 Jul 19 16:58 /var/lib/zope/Extensions I made it group-writable because my uid is a member of that group so I can edit stuff there with su-ing to another user. The perms need to be loose enough so that the zope process can read the directory and the files in it. -D -- He who scorns instruction will pay for it, but he who respects a command is rewarded. Proverbs 13:13 http://dman.ddts.net/~dman/
participants (4)
-
Chris Withers -
Derrick 'dman' Hudson -
Emile van Sebille -
Russell Hires