[Zope-Checkins] CVS: Zope/doc - INSTALL.txt:1.39
Chris McDonough
chrism@zope.com
Wed, 25 Jun 2003 15:30:56 -0400
Update of /cvs-repository/Zope/doc
In directory cvs.zope.org:/tmp/cvs-serv7626/doc
Modified Files:
INSTALL.txt
Log Message:
Give mkzopeinstance and mkzeoinstance a .py extension.
Don't put zconfig script into bindir.
=== Zope/doc/INSTALL.txt 1.38 => 1.39 ===
--- Zope/doc/INSTALL.txt:1.38 Fri Jun 13 00:31:11 2003
+++ Zope/doc/INSTALL.txt Wed Jun 25 15:30:25 2003
@@ -72,15 +72,15 @@
Once you've performed the install step, to begin actually using
Zope, you will need to create an "instance home", which is a
directory that contains configuration and data for a Zope server
- process. The instance home is created using the 'mkzopeinstance'
+ process. The instance home is created using the 'mkzopeinstance.py'
script::
- /where/to/install/zope/bin/mkzopeinstance /location/of/zope/instance
+ /where/to/install/zope/bin/mkzopeinstance.py /location/of/zope/instance
You will be asked to provide a user name and password for an
- administrator's account during the 'mkzopeinstance'. Command-line
+ administrator's account during 'mkzopeinstance'. Command-line
options to 'mkzopeinstance' are available, and can be investigated
- by running 'mkzopeinstance --help'.
+ by running 'mkzopeinstance.py --help'.
Starting Zope