8 Oct
2005
8 Oct
'05
10:22 a.m.
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). -- Dieter