Commit d0c49700 authored by Jim Fulton's avatar Jim Fulton

Took out (indirect) reference to ZopeHTTPServer.

Updated to reflect that ZODB 3 is now the default.
parent a24fcafd
...@@ -28,19 +28,17 @@ Running Zope ...@@ -28,19 +28,17 @@ Running Zope
Choosing your database Choosing your database
We currently support two Zope databases, ZODB 2 and ZODB 3. To use We currently support two Zope databases, ZODB 2 and ZODB 3.
ZODB 3 use ZServer via the z2.py script described below. To use ZODB 3 is the default database. To use ZODB 2:
ZODB 2, use the PCGI publisher (without ZServer).
(Alternatives for the curious and ZPublisher aware:
- You can use ZODB 2 with ZServer and the z2.py script - You can use ZODB 2 with ZServer and the z2.py script
described below by providing the -2 command-line option to described below by providing the -2 command-line option to
z2.py. z2.py.
- You can use ZODB 3 with the PCGI publisher by changing the - You can use ZODB 2 with the PCGI publisher by editing Zope.cgi
published module to Zope. (after running the installer) changing the published module to
) 'Main' and changing 'Zope' to 'Main' in the PCGI_MODULE_PATH
setting.
Quick Start Quick Start
...@@ -50,8 +48,7 @@ Quick Start ...@@ -50,8 +48,7 @@ Quick Start
python wo_pcgi.py # Note, this must be Python 1.5.2 python wo_pcgi.py # Note, this must be Python 1.5.2
python z2.py python z2.py
where you need to supply the IP address of your dns server to the -d If you get errors indicating that addresses are in use,
option. If you get errors indicating that addresses are in use,
then you will have to supply arguments to z2.py to change the ports then you will have to supply arguments to z2.py to change the ports
used for HTTP or FTP. (See the help for the z2.py script by used for HTTP or FTP. (See the help for the z2.py script by
running z2.py with the -h option.) running z2.py with the -h option.)
...@@ -86,8 +83,8 @@ Building Zope ...@@ -86,8 +83,8 @@ Building Zope
help you get started. You must run these scripts from the top-level help you get started. You must run these scripts from the top-level
directory. directory.
If you want to try out Zope in the simplest fashion using a If you want to try out Zope in the simplest fashion using ZServer,
Python web server or using ZServer, then run the script wo_pcgi:: then run the script wo_pcgi::
python wo_pcgi.py python wo_pcgi.py
......
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