[Zope-CMF] moving CMF from win to linux
Roel Van den Bergh
roel@planetinterior.com
Sat, 20 Apr 2002 09:37:37 +0200
is already there: issue #466 but not by me :-)
> -----Oorspronkelijk bericht-----
> Van: Dieter Maurer [mailto:dieter@handshake.de]
> Verzonden: vrijdag 19 april 2002 19:26
> Aan: roel@planetinterior.com
> CC: zope-cmf@zope.org
> Onderwerp: Re: [Zope-CMF] moving CMF from win to linux
>
>
> Roel Van den Bergh writes:
> > Because i had this problem before and nobody could help me
> here is a tip on
> > easily migrating all your stuff from one system to another.
> > ....
> > Check the default folders of your portal_skins. Hey they are empty!
> > here comes the trick
> >
> > When you view the Properties tab of lets say Generic you will
> see something
> > like this
> >
> > Filesystem Path: lib\python\Products\CMFDefault\skins\generic
> >
> > under Linux that should be:
> >
> > Filesystem Path: lib/python/Products/CMFDefault/skins/generic
> >
> > (notice the different direction of the slashes)
> >
> > Hit the Update button 'et voila' everything is back like it should be
> > Change all the Filesystem Paths and no hard work anymore.
> >
> > This should go in a How To I guess :-)
> And in the CMF bug collector <http://www.zope.org/Products/PTK/Tracker>
>
>
> Dieter