Install ZOPE2 without assembly

In pre-buildout-times, install ZOPE2 by downloading tarball http://old.zope.org/Products/Zope/ and follow the configuration procedure / make / install -procedure, since the ZOPE version 2.12 releases are made in pypi. Will it be possible to install new versions of ZOPE2 the same way manually, without using buildout?

Promisingly, Plone should come first in ZOPE2, but in order to narrow the question so far, only the answer to ZOPE2 is very important.

+4
source share
2 answers

I can be late for the party, but:

: https://zope.readthedocs.io/en/2.13/INSTALL-virtualenv.html, ( ) .

virtualenv pip, ( , pypi , ). , pip freeze > zope_2.13_requirements.txt.

virtualenv pip install -r zope_2.13_requirements.txt, pipy , .

+2

, , , , , Zope 3, Zope 2 (, Plone - ). , , . Zope (zope.interface, zope.component, ZODB, - Medusa, Zope, ?) Python Python Python .

Buildout - , , Python .

Zope , requirements.txt. Zope 2 , , buildout. , . , buildout, .

, substanced, CMS Pyramid ZODB, buildout. Pyramid zope.interface, zope.component .

0

Source: https://habr.com/ru/post/1611308/


All Articles