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
bcdde440
Commit
bcdde440
authored
Jun 01, 2001
by
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Changed references to Python 1.5.2 to Python 2.1
parent
b6445179
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
7 additions
and
7 deletions
+7
-7
doc/DEBUGGING.txt
doc/DEBUGGING.txt
+1
-1
doc/INSTALL.txt
doc/INSTALL.txt
+3
-3
doc/LOGGING.txt
doc/LOGGING.txt
+1
-1
doc/WEBSERVER.txt
doc/WEBSERVER.txt
+2
-2
No files found.
doc/DEBUGGING.txt
View file @
bcdde440
...
...
@@ -27,7 +27,7 @@ Using the Medusa Monitor
file) must be plain text, not encrypted.
To use the monitor, start it from the shell prompt like so (as if
from the Zope root
; must be python 1.5.2 or later
):
from the Zope root):
python ZServer/medusa/monitor_client.py localhost 8099
...
...
doc/INSTALL.txt
View file @
bcdde440
...
...
@@ -7,16 +7,16 @@ Building and installing Zope from source
Important notes
ZOPE 2.
0 REQUIRES PYTHON 1.5.2
!
ZOPE 2.
4 REQUIRES PYTHON 2.1
!
See CHANGES.txt for important notes on Zope 2.
0
.
See CHANGES.txt for important notes on Zope 2.
4
.
Quick Start
If you are impatient, the following commands should get you up and
running with Zope 2 using ZServer and ZODB 3 on Unix::
python w_pcgi.py # Note, this must be Python
1.5.2
python w_pcgi.py # Note, this must be Python
2.1
./start
The first command builds and adjusts Zope. Take note of the user
...
...
doc/LOGGING.txt
View file @
bcdde440
...
...
@@ -10,7 +10,7 @@ Zope Logging
most easily by providing the settings on the z2.py command line. For
example::
$ python
1.5.2
z2.py ZSYSLOG_SERVER="syslog.mydomain.com:514" \
$ python
2.1
z2.py ZSYSLOG_SERVER="syslog.mydomain.com:514" \
STUPID_LOG_FILE=var/Zope.log"
Currently, the following environment variables can be set:
...
...
doc/WEBSERVER.txt
View file @
bcdde440
...
...
@@ -49,7 +49,7 @@ Using Zope in multi-threaded mode with ZServer
'z2.py' startup script. From the top level Zope directory, you
can::
bash% python
1.5.2
z2.py -p
bash% python
2.1
z2.py -p
Note, you must have gone through the directions in 'INSTALL.txt' for
this to work.
...
...
@@ -60,7 +60,7 @@ Using Zope in multi-threaded mode with ZServer
is not named 'Zope.cgi' and is not in the same directory as 'z2.py',
then you can specify the file name after the '-p', like::
bash% python
.1.5.2
z2.py -p /path/to/PCGI/resource/file
bash% python
2.1
z2.py -p /path/to/PCGI/resource/file
Now the Zope long running process is started up, and the PCGI
component is loaded and ready to receive CGI requests from your
...
...
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