A few things are assumed to be setup to run your own instance of Geneac:
- Postgres
- Redis
- S3-compatible storage (can be S3, Minio, B2, Spaces, etc)
If you already have a Heroku account you can click this to get up and running:
This will provision the Heroku Postgres and Redis instances for you, but you will need to supply your S3 storage configuration yourself.
Geneac can be deployed using Docker (see the provided Dockerfile) but the Postgres, Redis and S3 configurations have to be supplied via environment variables.
See CONTRIBUTING.md for a guide on making contributions.