下載 Zope-3
wget http://www.zope.org/Products/Zope3/3.3.1/Zope-3.3.1.tgz tar zxvf Zope-3.3.1.tgz cd cd Zope-3.3.1
configure
./configure --prefix=/usr/local/Zope --with-python=/usr/local/python2.4/bin/python make make check make install
創建一個Zope實例
cd /usr/local/Zope ./bin/mkzopeinstance -u neo:chen -d /usr/local/Zope/webapps cd webapps ./bin/runzope
測試
http://netkiller.8800.org:8080/