RE: [Zope] product management question
Brian> <talking about the difference between "installed" and "through the web" products>
Yep, it does. One remaining question though: If I am writing a "though the web" product, say something with a few ZClasses in it, and I want to move it to another zope server, but want it to still be "though the web", i.e. have a distribution tab on the other server. Is that possible?
-- Alex Rice
It sounds like what you really want to do is export your product from your current Zope, then import it into the other server. That way you should still have the distribution tab. Remember to also copy over any .py files in your Extensions directory that are used by external methods defined in the product. Brian Lloyd brian@digicool.com Software Engineer 540.371.6909 Digital Creations http://www.digicool.com
On Tue, 20 Jul 1999 09:33:13 -0400, Brian Lloyd <Brian@digicool.com> said: Brian> It sounds like what you really want to do is export your product Brian> from your current Zope, then import it into the other server. Brian> That way you should still have the distribution tab. Remember to Brian> also copy over any .py files in your Extensions directory that Brian> are used by external methods defined in the product. I would export it, but there is no Import/Export tab on the Products folder-- how can I export my product? Sorry if I'm overlooking something here. Using 2.0a4. -- Alex Rice | alrice@swcp.com | http://www.swcp.com/~alrice Current Location: N. Rio Grande Bioregion, Southwestern USA
participants (2)
-
Alex Rice -
Brian Lloyd