Commit 1f4f20eb authored by Ken Manheimer's avatar Ken Manheimer

Clarify where the custom_zodb goes (and make it unmistakable that it

should be a .py file, for dense folks like me that might miss that).
parent 790aaedb
......@@ -8,8 +8,9 @@ Zope Enterprize Option, iteration 1
(Run start without arguments to see options.)
To get Zope to use the server, create a custom_zodb module that
uses a ClientStorage::
To get Zope to use the server, create a custom_zodb module,
custom_zodb.py, in your Zope install directory, so that uses a
ClientStorage::
import ZEO.ClientStorage
Storage=ZEO.ClientStorage.ClientStorage(('',port_number), async=1)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment