The Artima Developer Community
Sponsored Link

Python Buzz Forum
Zope3 first look

0 replies on 1 page.

Welcome Guest
  Sign In

Go back to the topic listing  Back to Topic List Click to reply to this topic  Reply to this Topic Click to search messages in this forum  Search Forum Click for a threaded view of the topic  Threaded View   
Previous Topic   Next Topic
Flat View: This topic has 0 replies on 1 page
Baiju M

Posts: 225
Nickname: baijum81
Registered: Aug, 2004

Baiju M is a new user
Zope3 first look Posted: Apr 28, 2005 12:08 PM
Reply to this message Reply

This post originated from an RSS feed registered with Python Buzz by Baiju M.
Original Post: Zope3 first look
Feed Title: Programming life without Python(?)
Feed URL: http://baijum81.livejournal.com/data/rss
Feed Description: Programming life without Python(?)
Latest Python Buzz Posts
Latest Python Buzz Posts by Baiju M
Latest Posts From Programming life without Python(?)

Advertisement
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 :)

Read: Zope3 first look

Topic: What I really want Previous Topic   Next Topic Topic: Designing from the Outside In

Sponsored Links



Google
  Web Artima.com   

Copyright © 1996-2019 Artima, Inc. All Rights Reserved. - Privacy Policy - Terms of Use