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
d0c49700
Commit
d0c49700
authored
Jul 13, 1999
by
Jim Fulton
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Took out (indirect) reference to ZopeHTTPServer.
Updated to reflect that ZODB 3 is now the default.
parent
a24fcafd
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
9 additions
and
12 deletions
+9
-12
doc/INSTALL.txt
doc/INSTALL.txt
+9
-12
No files found.
doc/INSTALL.txt
View file @
d0c49700
...
...
@@ -28,19 +28,17 @@ Running Zope
Choosing your database
We currently support two Zope databases, ZODB 2 and ZODB 3. To use
ZODB 3 use ZServer via the z2.py script described below. To use
ZODB 2, use the PCGI publisher (without ZServer).
(Alternatives for the curious and ZPublisher aware:
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 3 with the PCGI publisher by changing the
published module to Zope.
)
- 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.
Quick Start
...
...
@@ -50,8 +48,7 @@ Quick Start
python wo_pcgi.py # Note, this must be Python 1.5.2
python z2.py
where you need to supply the IP address of your dns server to the -d
option. If you get errors indicating that addresses are in use,
If you get errors indicating that addresses are in use,
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
running z2.py with the -h option.)
...
...
@@ -86,8 +83,8 @@ Building Zope
help you get started. You must run these scripts from the top-level
directory.
If you want to try out Zope in the simplest fashion using
a
Python web server or using ZServer,
then run the script wo_pcgi::
If you want to try out Zope in the simplest fashion using
ZServer,
then run the script wo_pcgi::
python wo_pcgi.py
...
...
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