make backend-build#
This chapter assumes you have previously followed Install Plone with Cookieplone.
The Makefile at the root of your project invokes commands in backend/Makefile.
The command make backend-build performs the following tasks.
Invokes the target
installinbackend/Makefile.installhas the two dependencies$(VENV_FOLDER)andconfig.$(VENV_FOLDER)creates and populates a virtual Python environment with uv from aconstraints.txtfile generated using mxdev.configcreates the Zope and Plone configuration files using cookiecutter-zope-instance.
You can configure your Zope instance as described in the section Configure Zope.