ZOPE3 在cygwin python2.4下的安装

发表于:2007-07-04来源:作者:点击数: 标签:
ZOPE3 在cygwin python2.4下的安装

ZOPE3 在cygwin python2.4下的安装

tar -zxf ZopeX3-3.0.0.tgz
cd ZopeX3-3.0.0
./configure --with-python /bin/python

下一步非常重要,否则编译将失败
cp /lib/python2.4/config/libpython2.4.dll.a ./

make

python2.3 install.py -q install --home "/opt/ZopeX3-3.0.0"

cd

mkdir directory
/opt/ZopeX3-3.0.0/bin/mkzopeinstance -u username:password -d directory

directory/bin/zdctl.py
help
start

http://127.0.0.1:8080
出现zope管理页面

stop

原文转自:http://www.ltesting.net