Added documentation about new storage and how to use it

This commit is contained in:
Mawoka
2023-06-12 20:01:30 +02:00
parent 731f1680e1
commit bb8c3a07eb
4 changed files with 39 additions and 23 deletions
@@ -87,6 +87,10 @@
Start Caddy:
<pre><code>caddy run</code></pre>
</li>
<li>
Start the background-worker:
<pre><code>arq classquiz.worker.WorkerSettings</code></pre>
</li>
</ol>
<p>If you're done developing: <code>./run_tests.sh -</code></p>
<p>If you want to run all the tests: <code>./run_tests.sh a</code></p>