From 43619963c309d7bfa232f4ea811b085c4d868e1d Mon Sep 17 00:00:00 2001 From: adam-op Date: Tue, 2 Aug 2022 11:28:41 +0200 Subject: [PATCH] carried out requested changes [#41132] Add guide on how to setup OpenProject BIM on Docker https://community.openproject.org/work_packages/41132 --- .../changing-to-bim-edition/README.md | 4 ++-- .../installation-and-operations/installation/docker/README.md | 2 +- 2 files changed, 3 insertions(+), 3 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 6051bc82d9..3a225d2733 100644 --- a/docs/installation-and-operations/changing-to-bim-edition/README.md +++ b/docs/installation-and-operations/changing-to-bim-edition/README.md @@ -80,9 +80,9 @@ Go to _-> Administration -> Design_ and from the _Themes_ drop down menu choose ### Docker -##### OpenProject BIM Edition with Docker Compose +#### OpenProject BIM Edition with Docker Compose -If you would like to use OpenProject BIM Edition inside your docker-compose containers, in your `docker-compose.yml` file in `x-op-app` > `environment` add the line +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 ```yml OPENPROJECT_EDITION: "bim" diff --git a/docs/installation-and-operations/installation/docker/README.md b/docs/installation-and-operations/installation/docker/README.md index 780e8a8911..2280e5a65a 100644 --- a/docs/installation-and-operations/installation/docker/README.md +++ b/docs/installation-and-operations/installation/docker/README.md @@ -74,7 +74,7 @@ If you want to start from scratch and remove the exsiting data you will have to In the compose folder you will find the file `docker-compose.yml` which can be edited. Please be aware that only those variables shall be edited which are documented as not everything is meant to be configured or bend. -##### BIM Edition +#### 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.