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 :) Jens Vagelpohl
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... Move the database files in the var subdirectory of your Zope INSTANCE_HOME :)
If you want to export the whole site and import it as a subfolder, than the following works quite well: 1.) make a subfolder. 2.) copy all items at the root folder. 3.) paste it in the new subfolder. 4.) export this subfolder. Andreas -- Win95: n., A huge annoying boot virus that causes random spontaneous system crashes, usually just before saving a massive project. Easily cured by UNIX. See also MS-DOS, IBM-DOS, DR-DOS, Win 3.x, Win98.
Jens, U can copy the archive Data.bbb inside /var in root directory. I think this is another good way. Hope helps u. -- Ze Octavio -- Hiperlógica <http://hiper.com.br> Automação de web-sites | Web-site automation São Paulo | Brasil | Fone: +55-11-251-4894 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 :)
Jens Vagelpohl
_______________________________________________ Zope maillist - Zope@zope.org http://www.zope.org/mailman/listinfo/zope
(For developer-specific issues, use the companion list, zope-dev@zope.org - http://www.zope.org/mailman/listinfo/zope-dev )
-- Ze Octavio -- Hiperlógica <http://hiper.com.br> Automação de web-sites | Web-site automation São Paulo | Brasil | Fone: +55-11-251-4894
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
participants (4)
-
Andreas Kostyrka -
Anthony Pfrunder -
Jens Vagelpohl -
Ze Octavio