Graphics generator for the Czech Pirate Party's 2022 elections
Running
Copy conifg.example.json
to config.json
and change OIDC
keys to suit your
OpenID service. Also be sure to change the SECRET_KEY
- which, as the name
implies, should be secret.
Running standalone
Run run.sh
, or bring your own WSGI server that integrates the
generator:create_app()
function.
Running in Docker
Proceed with the standard way of running containers.
docker-compose up