7 Apr
2003
7 Apr
'03
7:24 p.m.
-----Original Message----- From: zope-admin@zope.org [mailto:zope-admin@zope.org]On Behalf Of Dieter Maurer Sent: Monday, April 07, 2003 10:08 AM To: garry saddington Cc: zope@zope.org Subject: Re: [Zope] Re: Moving a Zope installation
garry saddington wrote at 2002-11-13 00:09 +0000:
If I develop a Zope application on a laptop which includes lots of extra products, how can I move the whole lot to a production server? regards
Make an archive from your complete hierarchy, move it to the destination, unarchive, start.
Be aware of one little gotcha: There is usually a hard coded path in the stop script. Otherwise, most zope installations are completely mobile, as Deiter says.