Re: Zope 4 migration

Jürgen Gmach <[email protected]> Wed, 11 Dec 2019 12:47:13 +0000
Newsgroups gmane.comp.web.zope.general
Message-ID <VI1P191MB052629A55C911E57EFC665D2F45A0@VI1P191MB0526.EURP191.PROD.OUTLOOK.COM>
Hi Michael,

we are all in the same boat with migrating old projects.

Although there is some pain, I am very happy that Zope is kept alive. Imagi=
ne you had to rewrite all Zope based applications from scratch.

There was an enormous effort from both the Zope and the Plone community to =
port it to Python 3.

In Python 2 you would use the `virtualenv` command to create a virtual envi=
ronment
https://virtualenv.pypa.io/en/latest/

And yes, you can deploy Zope on Python 2 with buildout - that's how I run m=
y app currently.

>I managed to install Zope 4 using pip and get an instance running with
>runwsgi. Now I am wondering how to stop it? How am I supposed to stop a
>running instance? There seems to be no command and no option in the GUI.

So, how did you start Zope?


As an advice - this list ist extremely low traffic, and I do not know how m=
any Zope developers still read it.

There are two places where you usually get answers:
Either visit the Plone forum https://community.plone.org/ -> tag your quest=
ion with "Zope"
or directly ask a question at github, for Zope e.g. https://github.com/zope=
foundation/Zope
or concerning your other question about zodbupdate at https://github.com/zo=
pefoundation/zodbupdate

I'd go for the community forum first (except you think you found a bug).

Best,
J=FCrgen
_______________________________________________
Zope maillist  -  [email protected]
https://mail.zope.org/mailman/listinfo/zope
**   No cross posts or HTML encoding!  **
(Related lists -
 https://mail.zope.org/mailman/listinfo/zope-announce
 https://mail.zope.org/mailman/listinfo/zope-dev )