Commit 08be5b2a authored by Amos Latteier's avatar Amos Latteier

Fixed some indentation and changed 'serve.sh' to 'start'.

parent 71ba7a7d
......@@ -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!
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment