Zope3 first look
Just now I downloaded Debian packages of Zope X3 from:
http://people.debian.org/~doko/zope3/
First I tried to install zope3-lib_3.0.0-4_i386.deb
but it shows dependency for python2.3-zopeinterface,
then I installed python2.3-zopeinterface_3.0.0-4_i386.deb
after that zope3-lib_3.0.0-4_i386.deb
(I had already installed Zope 2.7 )
To work Zope 3 for me, I did following things too:
1. Edited /usr/lib/zopex3/bin/mkzopeinstance
replced python2.4 with python2.3
2. #cd /usr/lib/zopex3/zopeskel (I don't know, this is necessary or not)
#python ../bin/mkzopeinstance -u baiju:password -d /tmp/zope3
3. Edited /tmp/zope3/etc/zope.conf (Changed ports to 70XX)
type HTTP
address 7080
type FTP
address 7021
4. #/tmp/zope3/bin/runzope
Now I opened http://localhost:7080 in Fire Fox , I can see Zope 3 running :)
http://people.debian.org/~doko/zope3/
First I tried to install zope3-lib_3.0.0-4_i386.deb
but it shows dependency for python2.3-zopeinterface,
then I installed python2.3-zopeinterface_3.0.0-4_i386.deb
after that zope3-lib_3.0.0-4_i386.deb
(I had already installed Zope 2.7 )
To work Zope 3 for me, I did following things too:
1. Edited /usr/lib/zopex3/bin/mkzopeinstance
replced python2.4 with python2.3
2. #cd /usr/lib/zopex3/zopeskel (I don't know, this is necessary or not)
#python ../bin/mkzopeinstance -u baiju:password -d /tmp/zope3
3. Edited /tmp/zope3/etc/zope.conf (Changed ports to 70XX)
type HTTP
address 7080
type FTP
address 7021
4. #/tmp/zope3/bin/runzope
Now I opened http://localhost:7080 in Fire Fox , I can see Zope 3 running :)