From ba9bbec7646379c8c9ec23b4d46736f903afe606 Mon Sep 17 00:00:00 2001 From: Michel Peltriaux Date: Thu, 20 Jan 2022 12:59:17 +0100 Subject: [PATCH] =?UTF-8?q?=E2=80=9EHome=E2=80=9C=20=C3=A4ndern?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Home.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/Home.md b/Home.md index 29f1724..d8b8d4a 100644 --- a/Home.md +++ b/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.* +### 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: ```