Hi I was wondering if I could install the new beta over and over the same installation or if I must uninstall old version for installing new version (in this case will I lose my current project) ? Other question... What must I do if I want to setup two sites using Zope ? Make two install in different directories ? How can I change the port which is used (8080) by server ? That's all for now :) -- >> WinErr: 080 Clavier introuvable - Veuillez appuyer sur n'importe quelle touche pour continuer. << Arnaud LECAT >> Email: lecat@hexanet.fr >> WWW page:www.hexanet.fr/~lecat HEXANET >> http://www.hexanet.fr Z.A. Farman sud - 9 rue Roland Coffignot BP 415 - 51689 Reims Cedex 2 - France phone: (33) 03 26 79 30 05 Fax: (33) 03 26 79 30 06
On Thu, 12 Aug 1999, Arnaud Lecat wrote:
Hi
I was wondering if I could install the new beta over and over the same installation or if I must uninstall old version for installing new version (in this case will I lose my current project) ?
Other question... What must I do if I want to setup two sites using Zope ? Make two install in different directories ?
Answering several questions at once... all the data in your Zope site is stored in a file called Data.fs. By copying this file into another directory, removing Zope, installing the new one and then replacing Data.fs you can preserve your data between upgrades. The same technique can be used to have two sites. Simply use cmdline options to select which you wish to use.
How can I change the port which is used (8080) by server ? the -p option I believe
Cheers, Anthony Pfrunder
On Thu, Aug 12, 1999 at 06:04:46PM +1000, Anthony Pfrunder wrote:
On Thu, 12 Aug 1999, Arnaud Lecat wrote:
Hi
I was wondering if I could install the new beta over and over the same installation or if I must uninstall old version for installing new version (in this case will I lose my current project) ?
Answering several questions at once... all the data in your Zope site is stored in a file called Data.fs. By copying this file into another directory, removing Zope, installing the new one and then replacing Data.fs you can preserve your data between upgrades.
Careful about installed Products - those live down on {ZOPE_HOME}/lib/python/Products and can make your Data.fs hard to read in the new install, if the correct Product isn't available. Ross -- Ross J. Reedstrom, Ph.D., <reedstrm@rice.edu> NSBRI Research Scientist/Programmer Computer and Information Technology Institute Rice University, 6100 S. Main St., Houston, TX 77005
participants (3)
-
Anthony Pfrunder -
Arnaud Lecat -
Ross J. Reedstrom