It is possible to upgrade a site which uses Zope 2.0a1 to a newer version (when it will be released) ? If yes, how ? --- Keep your mouth shut and people will think you stupid; Open it and you remove all doubt.
Petru Paler wrote:
It is possible to upgrade a site which uses Zope 2.0a1 to a newer version (when it will be released) ?
First, you shouldn't be using 2.0a1 for production use. ;)
If yes, how ?
Of course. The way we usually do this is to: - Install the new version, - Copy products, extensions and the var directory - Adjust the PCGI resource file or web server to point to the new site. I suspect that a better way to do this would be to keep the instance home separate ffrom software home so that copying would not be be necessary. In that scenario, you would simply run the new installation pointing it at your (installation-independent) software home. Jim -- Jim Fulton mailto:jim@digicool.com Python Powered! Technical Director (888) 344-4332 http://www.python.org Digital Creations http://www.digicool.com http://www.zope.org Under US Code Title 47, Sec.227(b)(1)(C), Sec.227(a)(2)(B) This email address may not be added to any commercial mail list with out my permission. Violation of my privacy with advertising or SPAM will result in a suit for a MINIMUM of $500 damages/incident, $1500 for repeats.
It is possible to upgrade a site which uses Zope 2.0a1 to a newer version (when it will be released) ?
First, you shouldn't be using 2.0a1 for production use. ;)
Let's say I want the new features in Zope 2 (btw, I'm using it with Python 1.5.1 :), and the quick development cycle of Zope ensures quick bug fixes. --- Keep your mouth shut and people will think you stupid; Open it and you remove all doubt.
participants (2)
-
Jim Fulton -
Petru Paler