Deployment
Running
This section is for developing Prez locally. See the Running options below for running Prez in production.
To run the development server (with auto-reload on code changes):
poetry run python main.py
Running in a Container
Prez container images are built using a GitHub Action and are available here.
The Dockerfile in the repository can also be used to build a Docker image.
Image variants
The image name is ghcr.io/rdflib/prez.
The latest tag points to the latest stable release of Prez. All latest stable releases have a major, major.minor, and major.minor.patch tag pointing to it.
For example, for a release with a git tag of 3.2.4, the following tags will be on the container image:
33.23.2.4latest
The full version is automatically created/incremented using the Semantic Release GitHub Action, which automatically increments the version based on commits to the main
branch.
