Amelio is a group project for the IUBH in Germany. It is a ticket system that helps to report and track errors in study media.
The name Amelio is a short version of ameliorate and is another word for improve.
Have the latest rustup
, rust
toolchain and cargo
installed and run:
cargo build
The project contains a Dockerfile
so you can build it as an independent image:
docker build -t amelio .
Make sure to enable BuildKit for your Docker instance as the file contains experimental features.
Alternatively you can pull a pre-generated image: docker pull dnaka91/amelio
.
This project is licensed under GPL License (or https://www.gnu.org/licenses/gpl-3.0.en.html).