Commit f312ea7c authored by Andreas Jung's avatar Andreas Jung

*** empty log message ***

parent 94a28aa7
......@@ -60,7 +60,7 @@ Using Zope Components Separately
Notes
* Zope requires Python 1.5.2.
* Zope requires Python 2.1.
* Lots more documentation is coming.
......
......@@ -16,7 +16,7 @@ Configuration
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 @@ Starting ZServer
To start ZServer run the start script::
$ python1.5.2 z2.py
$ python2.1 z2.py
To stop the server type 'control-c'.
......
......@@ -149,7 +149,7 @@ ZServer monitor server
To connect to the monitor server use the 'ZServer/medusa/monitor_client.py'
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.
......
......@@ -16,7 +16,7 @@ Configuration
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 @@ Starting ZServer
To start ZServer run the start script::
$ python1.5.2 z2.py
$ python2.1 z2.py
To stop the server type 'control-c'.
......
......@@ -149,7 +149,7 @@ ZServer monitor server
To connect to the monitor server use the 'ZServer/medusa/monitor_client.py'
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.
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment