[Zope] Re: How install the CMFCollection

Larry Prikockis Larry Prikockis" <larry_prikockis@natureserve.org
Fri, 13 Jun 2003 13:54:33 -0400


The steps you mention are correct as far as they go... You should after
doing this see the CMFCollection product when you go to the ZMI view of
installed products.

However- in order to use a CMFCollection object within a particular CMF (or
Plone) instance, you need to additionally:

create an external method (use installCMFCollection, or anything you want
for the ID) with a module name of "CMFCollection.Install" and function
"install".

click on the 'test' tab

you should see messages relating to the (hopefully) successful installation
and after that, you should be able to add a CMFCollection instance in your
portal.

hope this helps...

"Alvaro Hernandez" <alhernan@uc.edu.ve> wrote in message
news:200306121904.11177.alhernan@uc.edu.ve...
> how install CMFCollection product, the install.txt file only indicates
that to
> do after this installed.
>
> I have tried to install it continuing the instructions of other product,
as
> for example CMFPlone
>
> 1. Untar CMFCollection file
> #unzip CMFCollection-0.2.0.zip
>
> 2. copy or move CMFCollection directory to zope directory
> #mv CMFCollection /usr/local/zope/.
>
> 3. Move to /usr/local/zope/lib/python/Product
> # cd /usr/local/zope/lib/python/Product
>
> 4. make a  sym link in lib/python/Product
>
> # ln  -s ../../../CMFCollection CMFCollection
>
> and  voila
>
> This is the correct procedure?
>
> Thank in advance
> -- 
> Alvaro J. Hernandez A.
> alhernan@uc.edu.ve
> Linux User: 122569
>
>
> _______________________________________________
> Zope maillist  -  Zope@zope.org
> http://mail.zope.org/mailman/listinfo/zope
> **   No cross posts or HTML encoding!  **
> (Related lists -
>  http://mail.zope.org/mailman/listinfo/zope-announce
>  http://mail.zope.org/mailman/listinfo/zope-dev )
>