6 Jun 22:11
Installing mxODBC Zope DA for use in Plone 3.x
From: M.-A. Lemburg <mal@...>
Subject: Installing mxODBC Zope DA for use in Plone 3.x
Newsgroups: gmane.comp.python.egenix.user
Date: 2008-06-06 20:14:28 GMT
Subject: Installing mxODBC Zope DA for use in Plone 3.x
Newsgroups: gmane.comp.python.egenix.user
Date: 2008-06-06 20:14:28 GMT
The Plone universal installer ships with its own Python and Zope
installation. As a result the installation procedure for our
Zope DA has to be adapted to the Plone setup.
The following assumes that you are using the unified Plone 3.1
installer and its default standalone configuration.
For a Plone 3.1 standalone installation:
----------------------------------------
cd /opt/Plone-3.1/
# Unzip the mxODBC Zope DA ZIP file in the instance directory
unzip -d zinstance/parts/instance \
egenix-mxodbc-zopeda-1.0.10.*-py2.4_ucs2.zip
# Move the product package into place
mv zinstance/parts/instance/lib/python/Products/mxODBCZopeDA \
zinstance/products/
# Remove the no longer needed Products/ directory to avoid
# confusion
rmdir zinstance/parts/instance/lib/python/Products
then install the license files into
/opt/Plone-3.1/zinstance/parts/instance/lib/python/mx/ODBC
and restart Plone.
(Continue reading)
For the next release we'll ship a version that's easier to install
and integrates into Plone and other buildout-based setups using
either a special recipe or as egg - among other enhancements, of
course.
We'll start working on that after we've kicked off the public beta for
our new mxODBC Connect product next week. A new mxODBC Connect Zope DA
will follow soon after the final release of the Python product.
RSS Feed