„Home“ ändern

Michel Peltriaux 2022-01-20 12:59:17 +01:00
parent 81fb138688
commit ba9bbec764

@ -25,6 +25,11 @@ pip install -r requirements.txt
```
*There might be issues with the installation of the package `psycopg2` (python-postgresql package) which is not available on all linux distributions for building. If the installation for `psycopg2` fails, rename the requirement to `psycopg2-binary` and rerun the command to use a pre-build version of this package.*
### Docker
If you are interested in running this project in a docker container, you may check out the `Docker` branch: https://git.naturschutz.rlp.de/SGD-Nord/konova/src/branch/Docker
Please read the `README.md` on this branch for a detailed instruction on how to run the dockered project.
## Setup
On a fresh installation you need to create the postgresql database first:
```