[Zope-Checkins] SVN: Zope/branches/2.12/doc/INSTALL.rst - fixed some typos
Yvo Schubbe
y.2009 at wcm-solutions.de
Tue Sep 1 12:48:01 EDT 2009
Log message for revision 103459:
- fixed some typos
Changed:
UU Zope/branches/2.12/doc/INSTALL.rst
-=-
Modified: Zope/branches/2.12/doc/INSTALL.rst
===================================================================
--- Zope/branches/2.12/doc/INSTALL.rst 2009-09-01 16:23:36 UTC (rev 103458)
+++ Zope/branches/2.12/doc/INSTALL.rst 2009-09-01 16:48:01 UTC (rev 103459)
@@ -31,12 +31,12 @@
-------------------------------
Zope is built using the ``zc.buildout`` library, which needs to be
-"boostrapped" with your Python version. E.g.::
+"bootstrapped" with your Python version. E.g.::
$ cd /path/to/zope
$ /path/to/your/python bootstrap/bootstrap.py
-The boostrap script creates a ``buildout`` script in ``bin``; run this
+The bootstrap script creates a ``buildout`` script in ``bin``; run this
script to finish building Zope::
$ bin/buildout
@@ -50,7 +50,7 @@
$ virtualenv --no-site-packages my_zope
$ cd my_zope
- $ source bin/my_zope
+ $ source bin/activate
$ bin/easy_install -i http://download.zope.org/Zope2/index/<Zope version> Zope2
This will create the related scripts like ``mkzopeinstance`` within the
@@ -130,7 +130,7 @@
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
8080 and 8021 respectively. You can change the ports used by
-editing ./etc/zope.conf apropriately.
+editing ./etc/zope.conf appropriately.
The section in the configuration file looks like this::
Property changes on: Zope/branches/2.12/doc/INSTALL.rst
___________________________________________________________________
Deleted: cvs2svn:cvs-rev
- 1.43
More information about the Zope-Checkins
mailing list