[ANN] Zope 2.7.5 final released
Dear Zope Community, on behalf of Zope Corporation and all Zope 2 developers and contributors I am pleased to announce the release of Zope 2.7.5. Zope 2.7.5 can be downloaded from http://www.zope.org/Products/Zope/2.7.5RC1 The release notes can be found at http://www.zope.org/Products/Zope/2.7.5/CHANGES.txt For information on using Python 2.4 with Zope 2.7: see doc/INSTALL.txt Andreas Jung
--On Freitag, 18. März 2005 15:37 Uhr +0100 Andreas Jung <lists@andreas-jung.com> wrote:
Zope 2.7.5 can be downloaded from
This should be: http://www.zope.org/Products/Zope/2.7.5 In-cut-and-paste-we-trust, Andreas Jung
At Friday 18/3/2005 12:06, you wrote:
Zope 2.7.5 can be downloaded from
Any plans to deploy pre-compiled binaries for Win32? (All other releases even alphas came with pre-compiled binaries...) Gabriel Genellina Softlab SRL
On Mar 29, 2005, at 0:33, Gabriel Genellina wrote:
At Friday 18/3/2005 12:06, you wrote:
Zope 2.7.5 can be downloaded from
Any plans to deploy pre-compiled binaries for Win32? (All other releases even alphas came with pre-compiled binaries...)
Christian Theune, who has been doing the Windoze binaries, has been traveling lately. I'm sure he'll get to it soon. jens
I have been trying to find out how to upgrade a zope site. For example, 2.7.4 to 2.7.5. Can somebody post where this is documented? Thanks.
I'm surprised there wasn't a reply to this right away, I was hoping to make sure I was doing things properly as well. I basically just followed the normal "./configure && make && make install" to install zope itself, and then reran ${ZOPE}/bin/mkzopeinstance.py & ${ZOPE}/bin/mkzeoinstance.py (answering the prompts the same way I did when first creating the zope and zeo instances), assuming that would make any necessary changes to the files in those directories (such as ${ZOPEINST}/bin and ${ZEOINST}/bin) without changing things on my site (like Products, zope.conf or Data.fs). That seems to have worked without a problem, but I'm not sure if it's the proper way or not. Surprisingly few timestamps were changed in those directories afterwards. HTH, Tom Doug Reiland wrote:
I have been trying to find out how to upgrade a zope site. For example, 2.7.4 to 2.7.5. Can somebody post where this is documented?
Thanks.
_______________________________________________ Zope maillist - Zope@zope.org http://mail.zope.org/mailman/listinfo/zope ** No cross posts or HTML encoding! ** (Related lists - http://mail.zope.org/mailman/listinfo/zope-announce http://mail.zope.org/mailman/listinfo/zope-dev )
I take a much more cautious approach. 1) Install in new directory 2) Start and watch 3) Copy over products 4) Start and watch 5) Copy over Data.fs 6) Start and watch and test 7) Change IP of zope.conf, stop old, start new. http://zopezone.com/faq/1063992383 Jake -- http://www.ZopeZone.com Tom Trelvik said:
I'm surprised there wasn't a reply to this right away, I was hoping to make sure I was doing things properly as well.
I basically just followed the normal "./configure && make && make install" to install zope itself, and then reran ${ZOPE}/bin/mkzopeinstance.py & ${ZOPE}/bin/mkzeoinstance.py (answering the prompts the same way I did when first creating the zope and zeo instances), assuming that would make any necessary changes to the files in those directories (such as ${ZOPEINST}/bin and ${ZEOINST}/bin) without changing things on my site (like Products, zope.conf or Data.fs). That seems to have worked without a problem, but I'm not sure if it's the proper way or not. Surprisingly few timestamps were changed in those directories afterwards.
HTH,
Tom
Doug Reiland wrote:
I have been trying to find out how to upgrade a zope site. For example, 2.7.4 to 2.7.5. Can somebody post where this is documented?
Thanks.
_______________________________________________ Zope maillist - Zope@zope.org http://mail.zope.org/mailman/listinfo/zope ** No cross posts or HTML encoding! ** (Related lists - http://mail.zope.org/mailman/listinfo/zope-announce http://mail.zope.org/mailman/listinfo/zope-dev )
_______________________________________________ Zope maillist - Zope@zope.org http://mail.zope.org/mailman/listinfo/zope ** No cross posts or HTML encoding! ** (Related lists - http://mail.zope.org/mailman/listinfo/zope-announce http://mail.zope.org/mailman/listinfo/zope-dev )
Jake wrote:
I take a much more cautious approach.
1) Install in new directory 2) Start and watch 3) Copy over products 4) Start and watch 5) Copy over Data.fs 6) Start and watch and test 7) Change IP of zope.conf, stop old, start new.
Why all the paranoia? The whole reason for using INSTANCE_HOME setups, as is default in Zope 2.7, is to avoid this runaround. I'd just untar the distro, build it to a path, and then replace references to the old path in zope.conf, runzope and zopectl. Then, restart Zope. It really is that simple ;-) cheers, Chris -- Simplistix - Content Management, Zope & Python Consulting - http://www.simplistix.co.uk
participants (7)
-
Andreas Jung -
Chris Withers -
Doug Reiland -
Gabriel Genellina -
Jake -
Jens Vagelpohl -
Tom Trelvik