[Zope-Checkins] CVS: Zope/lib/python/Zope/Startup - __init__.py:1.5
Richard Jones
rjones@ekit-inc.com
Fri, 4 Apr 2003 00:04:19 -0500
Update of /cvs-repository/Zope/lib/python/Zope/Startup
In directory cvs.zope.org:/tmp/cvs-serv1086/lib/python/Zope/Startup
Modified Files:
__init__.py
Log Message:
I've fixed the various scripts etc. in the CVS so that I can now install a ZEO client/server setup. The way it actually ended up working is:
- runzope.py and zopectl.py are moved to Zope/Startup/run.py and Zope/zdaemon/zopectl.py respectively
- bin/mkzopeinstance now takes a "-z/--zeo host:port" which sets up a custom_zodb.py in the new zope instance home
- bin/mkzeoinstance now overrides less, because...
- ZEO/mkzeoinst.py generates an additional script, runzeo, which is the "runner" for the ZEO server. Both it an the zeoctl script need to know about the ZOPE_HOME, so that's been added to the scripts (via the params)
- fixed setup.py so it installed ZEO/schema.xml
=== Zope/lib/python/Zope/Startup/__init__.py 1.4 => 1.5 ===
--- Zope/lib/python/Zope/Startup/__init__.py:1.4 Tue Mar 18 16:37:49 2003
+++ Zope/lib/python/Zope/Startup/__init__.py Fri Apr 4 00:03:48 2003
@@ -273,3 +273,5 @@
'See your operating system documentation for more\n'
'information on locale support.' % locale_id
)
+
+