[Zope-Checkins] CVS: Packages/ZServer - INSTALL.txt:1.6 README.txt:1.9
Andreas Jung
andreas@zope.com
Tue, 14 Aug 2001 17:27:57 -0400
Update of /cvs-repository/Packages/ZServer
In directory cvs.zope.org:/tmp/cvs-serv15123/ZServer
Modified Files:
INSTALL.txt README.txt
Log Message:
=== Packages/ZServer/INSTALL.txt 1.5 => 1.6 ===
Here's an example of use::
- $ python1.5.2 z2.py -w 8888 -f "" -p "" -m "" &
+ $ python2.1 z2.py -w 8888 -f "" -p "" -m "" &
This example starts Zope using a web server on port 8888. It does
not start and FTP server, or a PCGI server, or a Monitor server. It
@@ -52,7 +52,7 @@
To start ZServer run the start script::
- $ python1.5.2 z2.py
+ $ python2.1 z2.py
To stop the server type 'control-c'.
=== Packages/ZServer/README.txt 1.8 => 1.9 ===
or 'ZServer/medusa/monitor_client_win32.py' script. For example::
- $ python1.5.2 ZServer/medusa/monitor_client.py localhost 9999
+ $ python2.2.11 ZServer/medusa/monitor_client.py localhost 9999
You will then be asked to enter a password. This is the Zope super manager
password which is stored in the 'access' file.