Zope 3?? How do you start it on Windows?

K

kbperry

Call me crazy and stupid, but how do you start zope? I downloaded the
thing, installed it, and then nothing. I can find a stupid README.txt
that is useful.

Can someone help?....Please!

Thx.
 
M

Max M

kbperry said:
Call me crazy and stupid, but how do you start zope? I downloaded the
thing, installed it, and then nothing. I can find a stupid README.txt
that is useful.

Can someone help?....Please!


Install Python 2.4

Install Zope 3 in that python by using setup.py

Make a Zope instance with Python24\Scripts\mkzopeinstance.bat

Start that instance by running

<INSTANCE_HOME>/bin/runzope.bat


--

hilsen/regards Max M, Denmark

http://www.mxm.dk/
IT's Mad Science
 
K

kbperry

Cool thx Matt. I did finally figure it out, but barely. Why would you
want to download and install Zope without creating an instance? It
seems kind of dumb to me.
 
M

Magnus Lycka

kbperry said:
Cool thx Matt. I did finally figure it out, but barely. Why would you
want to download and install Zope without creating an instance? It
seems kind of dumb to me.

This is a quite normal separation. I think you will find the same
thing among both database systems and various web tool kits. Some
database systems do create an instance on installation, but that's
because those database systems need one main systems database per
install to adminster the other databases. Whether it's Oracle, Zope
or Django, you can have many instances running in one installation.

I installed Trac yesterday. It worked just the same way.

In settings with more than just a few developers, it's quite normal
that system admins install software products such as Zope, while
software developers create Zope instances. Why on earth would you
force the sysadmin to make a Zope instance? He doesn't need one!
The developer probably doesn't have root access, and it isn't his
job to install third party s/w.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
474,212
Messages
2,571,101
Members
47,695
Latest member
KayleneBee

Latest Threads

Top