From 769ea446243c8aab84b776fad90f51a29f3ebf85 Mon Sep 17 00:00:00 2001 From: adam-op Date: Wed, 17 Aug 2022 10:41:51 +0200 Subject: [PATCH] corrective actions as agreed corrective actions as agreed --- .../changing-to-bim-edition/README.md | 6 +++--- .../installation/docker/README.md | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/installation-and-operations/changing-to-bim-edition/README.md b/docs/installation-and-operations/changing-to-bim-edition/README.md index 3a225d2733..767b72106f 100644 --- a/docs/installation-and-operations/changing-to-bim-edition/README.md +++ b/docs/installation-and-operations/changing-to-bim-edition/README.md @@ -82,13 +82,13 @@ Go to _-> Administration -> Design_ and from the _Themes_ drop down menu choose #### OpenProject BIM Edition with Docker Compose -If you would like to use BIM Edition inside your docker-compose OpenProject installation, in your `docker-compose.yml` file in `x-op-app` > `environment` add the line +in order to use BIM Edition inside a docker-compose OpenProject installation, in the `docker-compose.override.yml` file in `x-op-app` > `environment` add one line ```yml OPENPROJECT_EDITION: "bim" ``` -This could look like this after you edited the file: +This could look like this after editing file: ```yml x-op-app: &app @@ -105,5 +105,5 @@ x-op-app: &app IMAP_ENABLED: "${IMAP_ENABLED:-false}" ``` -Note: If your current Docker installation does not yet hold important information I recommend you to simply create all docker containers from scratch as the seeded data such as themes, types, and demo projects are different in the BIM edition. The seed data gets seeded only the very first time you call. +Note: If the current Docker installation does not yet hold important information it is recommended to simply create all docker containers from scratch as the seeded data such as themes, types, and demo projects are different in the BIM edition. The demo data gets seeded only at the very first time run of the container. The Docker volumes are required to be removed e.g. by issuing `docker-compose down --volumes` diff --git a/docs/installation-and-operations/installation/docker/README.md b/docs/installation-and-operations/installation/docker/README.md index 2280e5a65a..a31a73bedc 100644 --- a/docs/installation-and-operations/installation/docker/README.md +++ b/docs/installation-and-operations/installation/docker/README.md @@ -76,7 +76,7 @@ In the compose folder you will find the file `docker-compose.yml` which can be e #### BIM Edition -If you would like to install or change to BIM inside a Docker environment, please navigate to the [Docker](../installation-and-operations/changing-to-bim-edition#docker) paragraph at the [Changing to BIM Edition](../installation-and-operations/changing-to-bim-edition) documentation. +In order to install or change to BIM inside a Docker environment, please navigate to the [Docker](../installation-and-operations/changing-to-bim-edition#docker) paragraph at the [Changing to BIM Edition](../installation-and-operations/changing-to-bim-edition) documentation.