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
f312ea7c
Commit
f312ea7c
authored
Aug 14, 2001
by
Andreas Jung
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
*** empty log message ***
parent
94a28aa7
Changes
5
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
7 additions
and
7 deletions
+7
-7
README.txt
README.txt
+1
-1
ZServer/INSTALL.txt
ZServer/INSTALL.txt
+2
-2
ZServer/README.txt
ZServer/README.txt
+1
-1
lib/python/ZServer/INSTALL.txt
lib/python/ZServer/INSTALL.txt
+2
-2
lib/python/ZServer/README.txt
lib/python/ZServer/README.txt
+1
-1
No files found.
README.txt
View file @
f312ea7c
...
...
@@ -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.
...
...
ZServer/INSTALL.txt
View file @
f312ea7c
...
...
@@ -16,7 +16,7 @@ Configuration
Here's an example of use::
$ python
1.5.2
z2.py -w 8888 -f "" -p "" -m "" &
$ python
2.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::
$ python
1.5.2
z2.py
$ python
2.1
z2.py
To stop the server type 'control-c'.
...
...
ZServer/README.txt
View file @
f312ea7c
...
...
@@ -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::
$ python
1.5.2
ZServer/medusa/monitor_client.py localhost 9999
$ python
2.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.
...
...
lib/python/ZServer/INSTALL.txt
View file @
f312ea7c
...
...
@@ -16,7 +16,7 @@ Configuration
Here's an example of use::
$ python
1.5.2
z2.py -w 8888 -f "" -p "" -m "" &
$ python
2.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::
$ python
1.5.2
z2.py
$ python
2.1
z2.py
To stop the server type 'control-c'.
...
...
lib/python/ZServer/README.txt
View file @
f312ea7c
...
...
@@ -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::
$ python
1.5.2
ZServer/medusa/monitor_client.py localhost 9999
$ python
2.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.
...
...
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