Re: [Zope] How to upgrade to 2.3 (no differential install?)

2001-01-29 Thread David K. Trudgett

On Mon, Jan 29, 2001 at 10:54:08AM -0500, Brad Clements wrote:

 Call me stupid, I can't find the proper command line switch to get tar to 
 ignore the top level directory name Zope-2.3.0-linux2-86
 
 Do I have to untar into a junk directory, then cp -r everything to my 
 current dir?

What's wrong with:

$ cp Zope-2.3.0-linux2-x86.tgz /usr/local/; cd /usr/local
$ tar xzvf Zope-2.3.0-linux2-x86.tgz; mv Zope-2.3.0-linux2-x86 Zope-2.3.0
$ rm Zope-2.3.0-linux2-x86.tgz
$ chown -R root.root Zope-2.3.0
$ cd Zope-2.3.0
$ ./install
$ chgrp -R nobody var; chmod -R g+rw var; chmod g+s var
$ python zpasswd.py access
$ ./start 


David Trudgett


___
Zope maillist  -  [EMAIL PROTECTED]
http://lists.zope.org/mailman/listinfo/zope
**   No cross posts or HTML encoding!  **
(Related lists - 
 http://lists.zope.org/mailman/listinfo/zope-announce
 http://lists.zope.org/mailman/listinfo/zope-dev )




[Zope] Python Scripts vs PythonMethods

2001-01-29 Thread David K. Trudgett

On Mon, Jan 29, 2001 at 11:50:17AM -0600, Fred Yankowski wrote:

 over those methods manually to Python Scripts.  Rats.  I'm just glad I
 didn't have too much invested into PythonMethods.

Admittedly, I haven't been following this very closely, but wasn't Python Scripts 
going to simply be a new name for PythonMethods?

Yours Confused

David Trudgett


___
Zope maillist  -  [EMAIL PROTECTED]
http://lists.zope.org/mailman/listinfo/zope
**   No cross posts or HTML encoding!  **
(Related lists - 
 http://lists.zope.org/mailman/listinfo/zope-announce
 http://lists.zope.org/mailman/listinfo/zope-dev )




[Zope] Products and Zope 2.3

2001-01-28 Thread David K. Trudgett

On Sun, Jan 28, 2001 at 09:23:21PM -0500, Chris McDonough wrote:

 
 No, the core session tracking product does not ship with
 2.3.  But it does work with it.  You can get it from
 http://www.zope.org/Members/mcdonc/Products/CoreSessionTracking

This brings up the question: are there any significant products that don't
yet work with Zope 2.3?

David Trudgett


___
Zope maillist  -  [EMAIL PROTECTED]
http://lists.zope.org/mailman/listinfo/zope
**   No cross posts or HTML encoding!  **
(Related lists - 
 http://lists.zope.org/mailman/listinfo/zope-announce
 http://lists.zope.org/mailman/listinfo/zope-dev )




Re: [Zope] where are the pages stored?

2001-01-27 Thread David K. Trudgett

On Sat, Jan 27, 2001 at 04:51:23PM +0800, Horatio B. Bogbindero wrote:

...
 the zope documentation set in the zope source distribution. can someone
 point me out the distribution so that i can read the fine manual(RTFM)
 instead. thanks.

Try http://www.zope.org/Documentation

Regards,

David Trudgett


___
Zope maillist  -  [EMAIL PROTECTED]
http://lists.zope.org/mailman/listinfo/zope
**   No cross posts or HTML encoding!  **
(Related lists - 
 http://lists.zope.org/mailman/listinfo/zope-announce
 http://lists.zope.org/mailman/listinfo/zope-dev )