As DBTab is included now, the install and setup procedures seem to be different. Could one supply information on how to install APE CVS with Zope2.7 and how to setup Databases for APE in zope.conf ? -- michael
Could one supply information on how to install APE CVS with Zope2.7 and how to setup Databases for APE in zope.conf ?
I'd stick with 2.6.x until Shane does another Ape release. The cvs head is now at 0.8 and last time I tried (a few days ago) the tests ran fine, but zope wouldn't start. I don't think it's in a useable state quite yet. Ape 0.7.1 doesn't work with python 2.3.x If you want to go ahead and try it anyway get a cvs checkout from Feb 1. Add <import package="Products.Ape"/> to $SOFTWARE_HOME/lib/python/Zope/Startup/zopeschema.xml and put <ape-db fs> <ape-storage> mapper-variation filesystem <ape-fs-connection fs> basepath $INSTANCE/var/myfs </ape-fs-connection> </ape-storage> mount-point /fs scan-interval 10 </ape-db> in your zope.conf Change the fs in the <ape-db fs> to change the id of the database. Leave the <ape-fs-connection fs> part alone though. I think that's everything I had to do to get it working. Let me know if you run into problems though as all that is just from memory ;) hth, joseph
Joseph Kocherhans wrote:
Could one supply information on how to install APE CVS with Zope2.7 and how to setup Databases for APE in zope.conf ?
I'd stick with 2.6.x until Shane does another Ape release. The cvs head is now at 0.8 and last time I tried (a few days ago) the tests ran fine, but zope wouldn't start. I don't think it's in a useable state quite yet. Ape 0.7.1 doesn't work with python 2.3.x
It almost works now - starting zope2.7 won't work though: last lines from traceback are: File "/usr/local/Zope/Zope14080_instance_home/Products/Ape/datatypes.py", line 21, in ? from apelib.zope2.mapper import createMapper ImportError: cannot import name createMapper which is not anymore in 0.8 ;) Seems there are big changes underway... Thanks for your help. -- michael
participants (2)
-
Joseph Kocherhans -
Michael Haubenwallner