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
134e0e43
Commit
134e0e43
authored
Dec 04, 1998
by
Amos Latteier
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Better instructions, we're getting there slowly but surely.
parent
b3500e4f
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
47 additions
and
7 deletions
+47
-7
doc/INSTALL.txt
doc/INSTALL.txt
+25
-6
doc/README.txt
doc/README.txt
+22
-1
No files found.
doc/INSTALL.txt
View file @
134e0e43
...
...
@@ -21,7 +21,7 @@ Building Zope:
Notes:
* You should be using Python 1.5 to run the build scripts.
* You should be using Python 1.5
.1
to run the build scripts.
* 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.
...
...
@@ -36,15 +36,31 @@ Using Zope with ZopeHTTPServer:
Setting the Zope super user name and password:
The Z
O
pe super user has full access to Zope online management
facilities.
Zope defaults to 'superuser' and '123' as the super
user name and password. You can change this
by creating a file
The Z
o
pe super user has full access to Zope online management
facilities.
You must create a super user account before you can do anything
else. You define the super user account
by creating a file
named 'access' in the Zope directory. The file should contain one
line that has the user name followed by a colon followed by the
line that has the
super
user name followed by a colon followed by the
password. For example:
mario:nintendoRulez
When you first start managing your Zope installation you will need to
enter the user name and password.
Setting permissions ons on the var directory.
Zope needs to read and write data from its var directory. Before
running Zope you should insure that you give adequate permissions
to the Zope var directory. For example to give full read/write
permissions to the Zope var directory cd to the Zope directory and
then type:
chmod 0777 var
Note: Zope normally runs as nobody, so full read and write permissions
on the var directory is normally needed.
Using Zope with PCGI:
PCGI is the traditional way of running Zope. PCGI mediates
...
...
@@ -55,6 +71,9 @@ Using Zope with PCGI:
ln -s /home/amos/Zope/Zope.cgi /usr/local/apache/cgi-bin/Zope
At this point you should perform any other steps you web server
requires to install and configure a cgi script.
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
...
...
doc/README.txt
View file @
134e0e43
...
...
@@ -27,9 +27,30 @@ Installing Zope:
selected Zope components since the install script compiles
Python extensions for you that you may want, like cDocumentTemplate.
Using Zope Components Seperately
Zope consists of many Python packages which can be profitably
used by themselves. For example you will find all your old friends
from Bobo here:
* ZPublisher - A packagized version of the Bobo ORB you know and
love. It's been updated with new thinks like support for
__bobo_debug_mode__ More info to come soon.
* DocumentTemplate - This package includes cDocumentTemplate which
speeds things up considerably.
* BoboPOS - This is NOT BoboPOS3. It a version of BoboPOS2 which
include c code to make things faster.
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 sperate releases of these packages soon.
Notes:
* Zope requires Python 1.5.
* Zope requires Python 1.5.
1
* Lots more documentation is coming.
* Don't forget to check the Zope web site and mailing list.
* Read the source, have fun!
...
...
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