Skip navigation

Lost password? | Help

Eric's Blog

keep on my direction!

Posts tagged with "plone zope"

zope2.9.5+plone2.5.1 on archlinux

, ,

# 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
December 2009
S M T W T F S
November 2009January 2010
1 2 3 4 5
6 7 8 9 10 11 12
13 14 15 16 17 18 19
20 21 22 23 24 25 26
27 28 29 30 31