rustatouille is an incident page system, entirely written in Rust!
apt install mold
.env
for an explanation of possible values) as you need.cargo run
.Then, a line "listening on ..." will let you know on which interface/port the Web app is listening.
By default, there's a (bad) static server stub, for quick testing; it's recommended to start an
actual static HTTP server in the cache directory (e.g. using python3, with python -m http.server
).
The main admin page is available at /admin
. The generated content is available at the root
endpoint /
.
If you need dummy data for development purpose, run cargo run -- fixtures
and then cargo run -- serve