Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Z
Zope
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
Zope
Commits
76cd5787
Commit
76cd5787
authored
Jul 13, 1999
by
Michel Pelletier
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Cleaned up INSTALL.txt and WEBSERVER.txt, adding new instructions on
how to use ZServer with PCGI.
parent
d1582b54
Changes
2
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
199 additions
and
137 deletions
+199
-137
doc/INSTALL.txt
doc/INSTALL.txt
+10
-35
doc/WEBSERVER.txt
doc/WEBSERVER.txt
+189
-102
No files found.
doc/INSTALL.txt
View file @
76cd5787
...
...
@@ -15,30 +15,16 @@ Important notes
Running Zope
You have a number of options for running Zope. (Too Many? ;)
- You can use ZServer, the integration of Zope and Medusa. You must
use ZServer if you want to use
ZODB 3 and use multiple concurrent
threads. ZServer is currently in beta, so this may not be a good
choice for
production systems.
use ZServer if you want to use
multiple concurrent threads.
ZServer is currently in beta, so this may not be a good choice for
production systems.
- You can use the PCGI publisher with an existing web server.
This is currently the recommended way to run Zope for production
systems.
Choosing your database
We currently support two Zope databases, ZODB 2 and ZODB 3.
ZODB 3 is the default database. To use ZODB 2:
- You can use ZODB 2 with ZServer and the z2.py script
described below by providing the -2 command-line option to
z2.py.
- You can use ZODB 2 with the PCGI publisher by editing Zope.cgi
(after running the installer) changing the published module to
'Main' and changing 'Zope' to 'Main' in the PCGI_MODULE_PATH
setting.
systems, however this will force Zope into single threaded mode.
See the WEBSERVER.txt file in the doc/ directory for details on
using Zope with an existing webserver.
Quick Start
...
...
@@ -59,7 +45,7 @@ Quick Start
where yourhost is the name or address of the machine running Zope 2.
If you changed the HTTP port with the -w option to z2.py, then use
it rather than 9673.
it rather than 9673.
You will be prompted for a user name and password, which may
be found in the 'access' file in the Zope installation directory.
...
...
@@ -173,20 +159,6 @@ Setting permissions on the var directory.
of the var directory and the files in it to allow Zope to read and write
under its changed userid.
Using ZServer
Zope comes with a ZServer startup script, z2.py, for starting
ZServer::
python z2.py
Look at the documentation string or run the script with
the -h option to get information on available options. You can edit
this script to change defaults, or you can create a Unix shell
script or DOS BAT file to run the script with arguments. The second
approach is preferred to avoid having to reconfigure the z2.py script
after a software update.
Starting Zope with an existing web server
See the WEBSERVERS.txt file for more information about configuring Zope
...
...
@@ -197,3 +169,6 @@ Starting Zope with an existing web server
* If you wish to use ZServer with PCGI use z2.py's '-p' switch to specify
a PCGI info file.
doc/WEBSERVER.txt
View file @
76cd5787
This diff is collapsed.
Click to expand it.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment