Get started by cloning this repository
git clone https://github.com/imatem/omdf-buildout.git
cd omdf-buildout
Then you need to run:
.. code:: sh
pyenv virtualenv 2.7.18 omdf pyenv local omdf
This will create an env directory with a virtual environment. You should then
install the versions of zc.buildout
and setuptools
you need
pip install -r requirements.txt
To create an instance in Mac OS Sequoia, run
CFLAGS="-Wno-error=incompatible-function-pointer-types" buildout
This will download Plone's eggs and products for you, as well as other dependencies, create a new Zope 2 installation, and create a new Zope instance configured with these products.
You can start your Zope instance by running
bin/instance fg