Skip to content

Commit

Permalink
Use solution files
Browse files Browse the repository at this point in the history
  • Loading branch information
RetGal committed Sep 2, 2024
1 parent d617202 commit 6ecb27a
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 122 deletions.
11 changes: 0 additions & 11 deletions content/en/docs/03/Caddyfile-docker

This file was deleted.

8 changes: 4 additions & 4 deletions content/en/docs/03/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@ Fortunately, there is a free open-source quiz app called [ClassQuiz](https://cla
It allows the creation of shareable, fully customizable quizzes and surveys.\
The app is split in a frontend and an api part:

* The frontend is written in type script and uses a redis memcache.
* The backend is mostly written in python, uses a postgreSQL database and meilisearch.
* The frontend is written in type script and uses a Redis memcache.
* The backend is mostly written in python, uses a PostgreSQL database and Meilisearch.

Caddy is used as reverse proxy to keep the parts together.

Expand Down Expand Up @@ -61,7 +61,7 @@ If patching does not work, overwrite the file `classquiz/config.py` with the con

{{< details title="show final config.py file" >}}

{{< readfile file="config.py" code="true" lang="Python" >}}
{{< readfile file="solution/config.py" code="true" lang="Python" >}}

{{< /details >}}

Expand All @@ -82,7 +82,7 @@ If patching does not work, overwrite the file `Caddyfile-docker` with the conten

{{< details title="show final Caddyfile-docker file" >}}

{{< readfile file="Caddyfile-docker" code="true" >}}
{{< readfile file="solution/Caddyfile-docker" code="true" >}}

{{< /details >}}

Expand Down
107 changes: 0 additions & 107 deletions content/en/docs/03/config.py

This file was deleted.

0 comments on commit 6ecb27a

Please sign in to comment.