From 2ef282f46c12da03894d905ab34f9bf9e340e5d4 Mon Sep 17 00:00:00 2001 From: SebastianRzk <5215946+SebastianRzk@users.noreply.github.com> Date: Wed, 12 Feb 2025 23:09:09 +0100 Subject: [PATCH 1/2] Update README.md replace broken repo-url --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index d6cc71a6..d1b17ead 100644 --- a/README.md +++ b/README.md @@ -9,10 +9,10 @@ This repository contains the installation method for OpenProject using Docker Co ## Quick start -First, you must clone the [openproject-deploy](https://github.com/opf/openproject-deploy/tree/stable/15/compose) repository: +First, you must clone the [openproject-docker-compose](https://github.com/opf/openproject-docker-compose/tree/stable/15/compose) repository: ```shell -git clone https://github.com/opf/openproject-deploy --depth=1 --branch=stable/15 openproject +git clone https://github.com/opf/openproject-docker-compose --depth=1 --branch=stable/15 openproject ``` Copy the example `.env` file and edit any values you want to change: @@ -133,7 +133,7 @@ In order to install or change to BIM inside a Docker environment, please navigat ## Upgrade -Retrieve any changes from the `openproject-deploy` repository: +Retrieve any changes from the `openproject-docker-compose` repository: git pull origin stable/15 From 8a6a715676268bf97deb962d14766dea70c77e63 Mon Sep 17 00:00:00 2001 From: SebastianRzk <5215946+SebastianRzk@users.noreply.github.com> Date: Wed, 12 Feb 2025 23:13:04 +0100 Subject: [PATCH 2/2] Update README.md Fix another broken link --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d1b17ead..62d2c06a 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,7 @@ This repository contains the installation method for OpenProject using Docker Co ## Quick start -First, you must clone the [openproject-docker-compose](https://github.com/opf/openproject-docker-compose/tree/stable/15/compose) repository: +First, you must clone the [openproject-docker-compose](https://github.com/opf/openproject-docker-compose/tree/stable/15/) repository: ```shell git clone https://github.com/opf/openproject-docker-compose --depth=1 --branch=stable/15 openproject