Update 2024 #1

Open
mtrx wants to merge 15 commits from update-2024 into main
Showing only changes of commit dc3dcf5c7b - Show all commits

View file

@ -10,7 +10,8 @@ Pure rust. Built with actix, diesel, tera, serde and sqlite3.
```bash
cd ./site
cargo install diesel_cli --no-default-features --features "sqlite"
diesel setup --database-url ./content/db.sqlite3
diesel setup --database-url content/db.sqlite3
diesel migration run --database-url content/db.sqlite3
```
3. Set up your configuration .env (see below)
4. Pull the image (or build from source) and run the docker container