zope2.9.5+plone2.5.1 on archlinux
Thursday, 26. October 2006, 12:37:19
# wget http://www.zope.org/Products/Zope/2.9.5/Zope-2.9.5-final.tgz # cd Zope-2.9.5-final # ./configure –with-python=”/usr/bin/python2.4” –prefix=”/usr/local/zope” # make # make install # mkdir -p /var/lib/zope/instance # /usr/local/zope/bin/mkzopeinstance.py –dir=/var/lib/zope/instance/instance1 –user=”admin:password” Now edit /var/lib/zope/instance/instance1/etc/zope.conf and change effective-user to www-data (maybe a bad idea, I dunno) # chown -R www-data /var/lib/zope test it works with: sudo /var/lib/zope/instance/instance1/bin/runzope Install Plone: #wget http://superb-west.dl.sourceforge.net/sourceforge/plone/Plone-2.5.1-final.tar.gz #tar -xzvf Plone-2.5.1-final.tar.gz #cd Plone-2.5.1-final # mv * /var/lib/zope/instance/instance1/Products/ # chown -R www-data /var/lib/zope/instance/instance1/Products Install DocFinder: # http://www.zope.org/Members/shh/DocFinderTab/1.0.1/DocFinderTab-1.0.1.tar.gz # mv DocFinderTab /var/lib/zope/instance/instance1/Products/ # chown -R www-data /var/lib/zope/instance/instance1/Products/DocFinderTab


