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
08be5b2a
Commit
08be5b2a
authored
Jan 28, 1999
by
Amos Latteier
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fixed some indentation and changed 'serve.sh' to 'start'.
parent
71ba7a7d
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
32 additions
and
32 deletions
+32
-32
doc/INSTALL.txt
doc/INSTALL.txt
+32
-32
No files found.
doc/INSTALL.txt
View file @
08be5b2a
...
...
@@ -23,10 +23,12 @@ Building Zope
Notes
* You should be using Python 1.5.1 to run the build scripts.
* To build python extensions you need to have Python configuration
information available. If your Python comes from an RPM you may need
the python-devel RPM installed too. If you built Python from source
all the configuration information should already be there.
* 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.
...
...
@@ -39,12 +41,12 @@ Setting the Zope "super manager" name and password
and modifying user folders within Zope.
A special "super manager" user name and password are defined outside
the application for two reasons
:
the application for two reasons
-
Some user name and password are needed to enable creation of
*
Some user name and password are needed to enable creation of
initial normal managers of your Zope site.
-
The "super manager" provides an all-powerful user that can do
*
The "super manager" provides an all-powerful user that can do
anything in the application and whose password cannot be changed
through the application user interface.
...
...
@@ -82,7 +84,6 @@ Setting the Zope "super manager" name and password
system from other domains will fail, even if the correct superuser
name and password are used.
Setting permissions ons on the var directory.
You need to set permissions on the Zope var directory.
...
...
@@ -107,11 +108,11 @@ 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.
The build script automatically creates a shell script named
serve.sh
The build script automatically creates a shell script named
'start'
which will run the built-in server. To start Zope using ZopeHTTPServer
cd to the Zope directory and issue the command::
serve.sh
./start
Starting Zope with an existing web server
...
...
@@ -150,4 +151,3 @@ Accessing Zope through the web
'http://www.zope.org/'
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