add production script
This commit is contained in:
@ -1,4 +1,4 @@
|
||||
# Kompetenzinventar Backend
|
||||
# Kompetenzinventar Backend
|
||||
|
||||
## Entwicklung
|
||||
|
||||
@ -20,6 +20,12 @@ flask run
|
||||
|
||||
http://localhost:5000/
|
||||
|
||||
### Produktionsumgebung
|
||||
|
||||
Für die Produktionsumgebung wird [waitress](https://docs.pylonsproject.org/projects/waitress/en/latest/) benutzt.
|
||||
|
||||
[`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)
|
||||
|
Reference in New Issue
Block a user