[Zope-PTK] Re: Zope-PTK digest, Vol 1 #395 - 29 msgs
Jens Vagelpohl
jens@digicool.com
Thu, 22 Feb 2001 18:09:28 -0500
could it be that you simply untarred everything in the Products directory so
that you end up having a ZopePTK directory under Products?
what you want to have under Products *directly* is:
- PTKBase
- PTKDemo
- PortalTopic
anything else is deprecated.
the easiest way you can do it is to untar the PTK tarball somewhere separate
and set links in your Products directory that point to the abovementioned
directories, you would do something like...
$ cd <my_zope_install>/lib/python/Products
$ ln -s <path_to_ZopePTK>/PTKBase PTKBase
...
that way you could upgrade the PTK code separate from the Zope code and
would not have to worry about putting the PTK component directories into the
right place every time.
jens
on 2/22/01 17:56, Chris Abraham at cja@well.com wrote:
> I am installing the ZopePTK onto my server at Beehive.de and am not having
> any success and I don't know why. I have made certain that I untar the
> PTK into the Products directory and then restart Zope, and other times, I
> install using CVS and restart and I am still unable to get the product to
> show up in the control panel. I have read and reread the docs and
> instructions and I am either having complete bonk or I am putting the
> PTK's associated files:
>
> CHANGES.txt PTKBase
> CVS PTKDemo
> DemoPortal PortalTopic
> LoginManager Membership
>
> into the /lib/python/Products directory. I know that there is but a small
> thing I have botched on and I am hoping you could give me some insite!
>
> TIA,
>
> Chris