Merge branch 'master' of github.com:mtrx1337/crablog

This commit is contained in:
Leonard Lorenz 2021-05-02 19:43:07 +02:00
commit 16efbc7cb5

View file

@ -2,7 +2,7 @@
Pure rust. Built with actix, diesel, tera, serde and sqlite3. Pure rust. Built with actix, diesel, tera, serde and sqlite3.
## Build instructions using docker ## Run instructions using docker
1. Clone the repository 1. Clone the repository
```bash ```bash
@ -16,7 +16,7 @@ diesel setup --database-url ../content/db.sqlite3
diesel migration run --database-url ../content/db.sqlite3 diesel migration run --database-url ../content/db.sqlite3
``` ```
3. Set up your configuration file (see below) 3. Set up your configuration file (see below)
4. Build and run the docker container (Will compile from source and thus take a while) 4. Pull the image (or build from source) and run the docker container
```bash ```bash
docker-compose up -d docker-compose up -d
``` ```