make backend-build

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 install in backend/Makefile.

  • install has the two dependencies sync and config.

  • sync runs uv sync to install the project as defined in pyproject.toml.

  • config creates the Zope and Plone configuration files using cookiecutter-zope-instance.

You can configure your Zope instance as described in the section Configure Zope.