diff --git a/docs/index.md b/docs/index.md index f32feacf0fd796d36218407a0c9eb01c38f3fa2d..393ada4b89be845dba9b7a260f1347db73e014ff 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).