Install mxmake
:
$ pip install git+https://github.com/mxstack/mxmake.git@main
Create target folder and initialize project:
$ mkdir <project-folder>
$ cd <project-folder>
$ mxmake init
Follow the wizard and include applications.plone
domain.
Edit Makefile
and adjust the following settings:
RUN_TARGET?=zope-start
PYTHON_MIN_VERSION?=3.10
PYTHON_PACKAGE_INSTALLER?=uv
Create a requirements.txt
containing:
plone
plone.distribution
Create a constraints.txt
containing:
-c https://dist.plone.org/release/6.1-latest/constraints.txt