15 Mar
2004
15 Mar
'04
5:44 p.m.
robert rottermann wrote:
I am creating a CD with the copy of a site. The idea is, that the CD could be used in places where there is no internet access.
No my problem is, that on of the products (Archetypes) is not initialized correctly at startup. And therefor all dependent products are not initialized neither. After Zope has been loaded, I can go to the control panel and load archetypes and the dependent products manually.
Use Zope 2.7 with DemoStorage and load your ZODB from a FSStorage ZODB. DemoStorage supports that. Just read the manuals and maybe the sources. With DemoStorage Zope is able to write to a ZODB that lifes in memory. Christian