4 Apr
2003
4 Apr
'03
7:34 p.m.
On Tue, 2002-11-12 at 16:09, garry saddington wrote:
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?
There are two parts: the code and the objects. For the code, all you need to do is locat each product's folder in your local ZOPE_INSTALL/lib/python/Products and copy it to the corresponding directory on your server. After that, you can move your objects by exporting, copying the zexp files to the server's ZOPE_INSTALL/import directory and importing through the server's ZMI. HTH, Dylan