[Zodb-checkins] CVS: ZODB3/Doc/ZEO - howto.txt:1.2

Jeremy Hylton jeremy at zope.com
Fri May 23 18:47:01 EDT 2003


Update of /cvs-repository/ZODB3/Doc/ZEO
In directory cvs.zope.org:/tmp/cvs-serv15373

Modified Files:
	howto.txt 
Log Message:
runzeo.py is installed by setup.py.


=== ZODB3/Doc/ZEO/howto.txt 1.1 => 1.2 ===
--- ZODB3/Doc/ZEO/howto.txt:1.1	Fri May 23 17:41:36 2003
+++ ZODB3/Doc/ZEO/howto.txt	Fri May 23 17:47:00 2003
@@ -34,9 +34,9 @@
 Configuring server
 ------------------
 
-The script ZEO/runzeo.py runs the ZEO server.  The server can be
+The script runzeo.py runs the ZEO server.  The server can be
 configured using command-line arguments or a config file.  This
-document describes only describes the config file.  Run ZEO/runzeo.py
+document describes only describes the config file.  Run runzeo.py
 -h to see the list of command-line arguments.
 
 The runzeo.py script imports the ZEO package.  ZEO must either be
@@ -70,7 +70,7 @@
 format for each line.  Assuming the example configuration it stored in
 zeo.config, you can run a server by typing:
 
-    python ~/src/ZODB3/ZEO/runzeo.py -C zeo.config
+    python /usr/local/bin/runzeo.py -C zeo.config
 
 A configuration file consists of a <zeo> section and a storage
 section, where the storage section can use any of the valid ZODB




More information about the Zodb-checkins mailing list