Automated reporting and wiki website for the Foxhole game
Some screenshots displaying the current state of the HoleNews frontend:
First, please install sqlx-cli
and run the migrations as such:
cargo install sqlx-cli --no-default-features --features sqlite
sqlx database create
sqlx migrate run
Then, once you have installed Rust, launch an instance with the following command:
cargo run
Now all that's left is optional configuration and then you can move your binary and database to whatever location is most suitable! 😊
The following environment variables may be changed in order to configure an instance:
DATABASE_URL=sqlite://holenews.db
LOG_TRACE=yes