From fd7513ad5f5c8869fc0e06adca5529c5c362db62 Mon Sep 17 00:00:00 2001 From: Tor-Einar Skog <tor-einar.skog@nibio.no> Date: Thu, 11 Aug 2022 13:46:04 +0200 Subject: [PATCH] Minor typo edit --- docs/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/index.md b/docs/index.md index f32feacf..393ada4b 100644 --- a/docs/index.md +++ b/docs/index.md @@ -14,7 +14,7 @@ ### Recommended: Building with Docker #### First: the database -The docker container needs a database. Important parts of the data model [is described in the Data Model chapter](./data_model.md). +The docker container needs a database. Important parts of the data model [are described in the Data Model chapter](./data_model.md). So make sure you have PostgreSQL >= 10 and PostGIS >=2.4 installed. Then create a user called vipslogic. Make sure you enter the vipslogic username and password in the `standalone.xml` file of Wildfly (see chapter below). -- GitLab