update readme

This commit is contained in:
weeman 2021-06-15 18:16:23 +02:00
parent b0950e58cc
commit 0b7baef5e1
Signed by: weeman
GPG Key ID: 34F0524D4DA694A1
1 changed files with 14 additions and 0 deletions

View File

@ -9,6 +9,12 @@
### Entwicklungsumgebung aufbauen und starten
Ggf. vorher aufräumen
```
rm data/ki.sqlite
```
```
cp env.dev .env
pipenv install --dev
@ -29,6 +35,13 @@ python -m unittest discover ki
```
### Linting
```
flake8
```
### Testbenutzer
Für ein Login ohne LDAP werden die Benutzer aus der [`auth.yml`](./data/auth.yml) benutzt.
@ -111,6 +124,7 @@ Für die Produktionsumgebung wird [waitress](https://docs.pylonsproject.org/proj
[`run_prod.py`](./run_prod.py) führt die DB Migrationen aus und startet den Server.
## Quellen
* [`./data/iso_639_1.csv`](https://de.wikipedia.org/wiki/Liste_der_ISO-639-1-Codes)