From 34dd1113382523310a5572581c79c7182f7052d0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tizian=20R=C3=B6=C3=9Fler?= Date: Fri, 11 Oct 2024 09:08:41 +0200 Subject: [PATCH] add chmod instructions to README.md to avoid issues when starting OpenProject the first time like in #76 #77 and #80 --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index 0e9d0fe..bca5a87 100644 --- a/README.md +++ b/README.md @@ -22,6 +22,13 @@ cp .env.example .env vim .env ``` +If you are using the default value of OPDATA that is used in the ```.env.example``` you need to make sure that the folder exist, and you have the right permissions: + +```shell +sudo mkdir -p /var/openproject/assets +sudo chown 1000:1000 -R /var/openproject/assets +``` + Next you start up the containers in the background while making sure to pull the latest versions of all used images. ```shell