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
6be0adf9
Commit
6be0adf9
authored
Dec 04, 1998
by
Amos Latteier
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
More fixes and tweaks.
parent
134e0e43
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
31 additions
and
18 deletions
+31
-18
doc/INSTALL.txt
doc/INSTALL.txt
+29
-16
doc/README.txt
doc/README.txt
+2
-2
No files found.
doc/INSTALL.txt
View file @
6be0adf9
...
...
@@ -25,15 +25,6 @@ Building Zope:
* If you just want to use Zope components it's not necessary to build Zope
but it's a good idea since it will compile Python C extensions for you.
Using Zope with ZopeHTTPServer:
ZopeHTTPServer is a simple web server written in Python and it
allows you to run Zope without using PCGI and another web server.
To start Zope using ZopeHTTPServer cd to the Zope directory and
issue this command:
python server.py
Setting the Zope super user name and password:
The Zope super user has full access to Zope online management
...
...
@@ -61,6 +52,18 @@ Setting permissions ons on the var directory.
Note: Zope normally runs as nobody, so full read and write permissions
on the var directory is normally needed.
Using Zope with ZopeHTTPServer:
ZopeHTTPServer is a simple web server written in Python and it
allows you to run Zope without using PCGI and another web server.
To start Zope using ZopeHTTPServer cd to the Zope directory and
issue this command:
python server.py
Note: you may wish to run ZopeHTTPServer in the background and redirect
its output to a logfile or to /dev/null
Using Zope with PCGI:
PCGI is the traditional way of running Zope. PCGI mediates
...
...
@@ -74,6 +77,10 @@ Using Zope with PCGI:
At this point you should perform any other steps you web server
requires to install and configure a cgi script.
Note: For more information on PCGI checkout Jeff Bauer's PCGI pages:
http://starship.skyport.net/crew/jbauer/persistcgi/
If you are using Apache you will need to trick Apache into passing
authentication headers to Zope. The easiest way to do this is to
use mod_rewrite. Here is an example of configuration information
...
...
@@ -89,22 +96,28 @@ Using Zope with PCGI:
Accessing Zope:
After you either start ZopeHTTPServer or set up PCGI you should be
able to start using Zope through the web. Point your browser to either
able to start using Zope through the web. Point your browser to either
:
http://localhost:8080/manage
if you are using ZopeHTTPServer or whatever the relevant URL is, if
you are using PCGI. If you're using PCGI make sure to tack '/manage'
on after the name of the Zope cgi-script so that you go to the
management screen.
on after the name of the Zope CGI script so that you go to the
management screen. For example the URL may be something like:
http://localhost/cgi-bin/Zope.cgi/manage
You will be prompted to enter a user name and a password. Enter the
user name and password you specified in the access file.
super
user name and password you specified in the access file.
Now your off and running!
Now your off and running! You should be looking at the Zope management
screen which is divided into two frames. On the left you can navigate
between Zope object and on the right you can edit them by selecting
different management functions with the tabs at the top of the frame.
If you haven't used Zope before, you should head to the Zope web site
and read some documentation.
and read some documentation.i The Zope Manager's Guide is a good place
to start.
http://www.zope.org
...
...
doc/README.txt
View file @
6be0adf9
...
...
@@ -27,7 +27,7 @@ Installing Zope:
selected Zope components since the install script compiles
Python extensions for you that you may want, like cDocumentTemplate.
Using Zope Components Sep
e
rately
Using Zope Components Sep
a
rately
Zope consists of many Python packages which can be profitably
used by themselves. For example you will find all your old friends
...
...
@@ -46,7 +46,7 @@ Using Zope Components Seperately
You can find most of these packages in the lib/python directory. If
you poke around, you might find other goodies too, like StructuredText.
We plan on making s
pe
rate releases of these packages soon.
We plan on making s
epa
rate releases of these packages soon.
Notes:
...
...
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