11 May
2000
11 May
'00
8:53 p.m.
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