„Home“ ändern
parent
81fb138688
commit
ba9bbec764
5
Home.md
5
Home.md
@ -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.*
|
*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
|
## Setup
|
||||||
On a fresh installation you need to create the postgresql database first:
|
On a fresh installation you need to create the postgresql database first:
|
||||||
```
|
```
|
||||||
|
Loading…
Reference in New Issue
Block a user