[Zope] replicating a Zope-based website
Anthony Pfrunder
s341625@student.uq.edu.au
Thu, 8 Jul 1999 09:17:11 +1000 (GMT+1000)
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