guess i still need that

This commit is contained in:
mtrx 2025-05-04 00:45:26 +02:00
parent ead1fd02cd
commit dc3dcf5c7b

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