[Zope3-Users] How do I start Zope?

baiju m baiju.m.mail at gmail.com
Fri Mar 3 23:56:35 EST 2006


On 3/4/06, mwebster <mwebster at combimatrix.com> wrote:
>
> At this point I have:
>
> Upgraded to Python 2.4.2 and confirmed that it works by launching IDLE and
> seeing the correct version number
> Run the installer Zope-3.2.0.win32-py2.4.exe
<snip>
> How do I start Zope so I can get to the Management screen or whatever and
> start doing some real work?

First go to installed directory, then::

  > python mkzopeinstance.py

it will ask for a folder to install an instance of Zope 3 (instance is
your workplace).
then user name password.

Now go to install directory, the::

  > pyton bin/runzope

Now visit: http://localhost:8080

Then please have a look at::

 http://zissue.berlios.de/z3/Zope3In30Minutes.html
 (Warning: This is bit outdated)

Regards,
Baiju M


More information about the Zope3-users mailing list