[Zope] Totally new user help request

Emory Baird emoryc@home.com
Thu, 11 May 2000 13:53:10 -0700


It worked!
Thanks guys!

-----Original Message-----
From: R. David Murray [mailto:bitz@bitdance.com]
Sent: May 11, 2000 10:39 AM
To: Emory Baird

As a user with write access in the Zope root directory, run the command

  python zpasswd.py access

to set a new superuser id and password.

> - at the end of the ./start sequence my command prompt did not return. Is

By default the start script runs zserver in debug mode, which means
it does *not* run in deamon mode and does not release the terminal.
So ctrl-C terminated Zope/zserver.  Edit start and remove the '-D'
to have it run in deamon mode.

--RDM