Skip to content

Commit

Permalink
add chmod instructions to README.md to avoid issues when starting Ope…
Browse files Browse the repository at this point in the history
…nProject the first time like in #76 #77 and #80
  • Loading branch information
tiroessler committed Oct 11, 2024
1 parent 84859a0 commit fd36fec
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit fd36fec

Please sign in to comment.