Add chown of /opt/photoprism to install steps

closes #14
This commit is contained in:
Indrek Haav 2023-04-12 08:32:46 +03:00 committed by GitHub
parent d3870a0f80
commit 806787a0bf
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -122,6 +122,7 @@ Then run the following commands to download the various dependencies for Tensorf
$ sudo make all
$ sudo ./scripts/build.sh prod /opt/photoprism/bin/photoprism
$ sudo cp -a assets/ /opt/photoprism/assets/
$ sudo chown -R photoprism:photoprism /opt/photoprism
```
The dependencies step can produce errors when running in shells like ZSH. Ensure you're using Bash if this happens.