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
f86a3bb9
Commit
f86a3bb9
authored
Sep 01, 2009
by
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
- fixed some typos
parent
c09ae9bf
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
4 deletions
+4
-4
doc/INSTALL.rst
doc/INSTALL.rst
+4
-4
No files found.
doc/INSTALL.rst
View file @
f86a3bb9
...
@@ -31,12 +31,12 @@ Building Zope using zc.buildout
...
@@ -31,12 +31,12 @@ Building Zope using zc.buildout
-------------------------------
-------------------------------
Zope is built using the ``zc.buildout`` library, which needs to be
Zope is built using the ``zc.buildout`` library, which needs to be
"boostrapped" with your Python version. E.g.::
"boo
t
strapped" with your Python version. E.g.::
$ cd /path/to/zope
$ cd /path/to/zope
$ /path/to/your/python bootstrap/bootstrap.py
$ /path/to/your/python bootstrap/bootstrap.py
The boostrap script creates a ``buildout`` script in ``bin``; run this
The boo
t
strap script creates a ``buildout`` script in ``bin``; run this
script to finish building Zope::
script to finish building Zope::
$ bin/buildout
$ bin/buildout
...
@@ -50,7 +50,7 @@ easy_install installation or within a virtualized Python environment
...
@@ -50,7 +50,7 @@ easy_install installation or within a virtualized Python environment
$ virtualenv --no-site-packages my_zope
$ virtualenv --no-site-packages my_zope
$ cd my_zope
$ cd my_zope
$ source bin/
my_zop
e
$ source bin/
activat
e
$ bin/easy_install -i http://download.zope.org/Zope2/index/<Zope version> Zope2
$ bin/easy_install -i http://download.zope.org/Zope2/index/<Zope version> Zope2
This will create the related scripts like ``mkzopeinstance`` within the
This will create the related scripts like ``mkzopeinstance`` within the
...
@@ -130,7 +130,7 @@ When starting Zope, if you see errors indicating that an address is in
...
@@ -130,7 +130,7 @@ When starting Zope, if you see errors indicating that an address is in
use, then you will have to supply arguments to runzope to change the ports
use, then you will have to supply arguments to runzope to change the ports
used for HTTP or FTP. The default HTTP and FTP ports used by Zope are
used for HTTP or FTP. The default HTTP and FTP ports used by Zope are
8080 and 8021 respectively. You can change the ports used by
8080 and 8021 respectively. You can change the ports used by
editing ./etc/zope.conf apropriately.
editing ./etc/zope.conf ap
p
ropriately.
The section in the configuration file looks like this::
The section in the configuration file looks like this::
...
...
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