root / home / tseaver / obzervationz / 2004 / zope27_cmf_14_openpkg_20_20040316 Using Zope 2.7.0 and CMF 1.4.2 in OpenPKG 2.0I recently repackaged Zope for OpenPKG, upgrading it to version 2.7.0. I also packaged CMF, version 1.4.2. Here is how you can install them (note that Python 2.3.3 is a prereq, with make, binutils, and gcc as the "transitive" prereqs).
Created by tseaver. Last modified 2005-05-16 21:13:50. |
# su - cw $ /opt/cw/bin/openpkg rpm --rebuild \ ftp://ftp.openpkg.org/current/SRC/zope-2.7.0-20040314.src.rpm
# /opt/cw/bin/openpkg rpm -Uvh \ /opt/cw/RPM/PKG/zope-2.7.0-20040314.ix86-rhl9-ocw.rpm
$ vi /opt/cw/etc/zope/zope.conf
# su -c "/opt/cw/etc/rc zope start" cw-r
Once Zope is up and running, you should be able to install CMF with no problem.
$ /opt/cw/bin/openpkg rpm --rebuild \ ftp://ftp.openpkg.org/current/SRC/zope-cmf-1.4.2-20040315.src.rpm $ /opt/cw/bin/openpkg rpm -Uvh \ /opt/cw/RPM/PKG/zope-cmf-1.4.2-20040315.ix86-rhl9-ocw.rpm
# su -c "/opt/cw/etc/rc zope restart" cw-r
Voila!
Because OpenPKG allows creating multiple OpenPKG installations on a single machine, with each one a self-contained world, I don't try to make multiple instance homes work; instead, if you need multiple Zope instances, just create multiple OpenPKG installations!