7 Jul
1999
7 Jul
'99
11:17 p.m.
On Wed, 7 Jul 1999, Jens Vagelpohl wrote:
hi everyone,
here's a new one: what is the best way to replicate a Zope-based website from one machine to another? i noticed the "export" feature only exports one item at a time, but not the whole tree of objects and attributes...
has anyone done this before? please let me know :)
Hi, It should export recursively as I use that feature to move stuff around my Data.fs's files. Example: + + MyStuff +... If you export MyStuff, MyStuff and everything underneath it will be exported. You can then import it again! Note I use a custom version of Zope a3 for Windows located at: http://student.uq.edu.au/~s341625 Cheers, Anthony Pfrunder