Update 2024 #1
1 changed files with 2 additions and 1 deletions
|
@ -10,7 +10,8 @@ Pure rust. Built with actix, diesel, tera, serde and sqlite3.
|
||||||
```bash
|
```bash
|
||||||
cd ./site
|
cd ./site
|
||||||
cargo install diesel_cli --no-default-features --features "sqlite"
|
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)
|
3. Set up your configuration .env (see below)
|
||||||
4. Pull the image (or build from source) and run the docker container
|
4. Pull the image (or build from source) and run the docker container
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue