Dieter wrote:
Joshua Burvill wrote at 2005-10-7 12:28 +1000:
... Currently there is a three step process: 1. install correct version of zope 2. unzip a zip file which I maintain that contains all the added libraries, products, .zexp file, and external methods into their correct paths in the zope root folder on the filesystem, then restart zope 3. Log into zope as admin and import the .zexp file into the zope root folder in the zope db
We put everything we can into the filesystem (e.g. via CMFCore's "Filesystem Directory View") and use CVS/SVN to manage and distribute it.
Things that must be in the ZODB are created via "setup" scripts (maintained in CVS).
Thanks Dieter, This sounds like what I am looking for. I guess that means creating a kind of product. If it is not too much to ask, can anyone point to or provide an example of a working application that is organised like this so I could look at the code? It would help a lot. Regards, Josh