Has Anybody done an install on a Raspberry Pi Bookworm following the directions? #924
-
I have started with clean updated installs of Raspberry Pi OS with a working instance of NGINX and PHP. When the instructions call to install Composer globally I have to use sudo to get it to run. Also when creating the file in /var/www/partDB, I get permission denied unless I use sudo. Doing that seems to give me all sorts of permission issues. Any guidance is much appreciated. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
there is a container image available of partdb: https://docs.part-db.de/installation/installation_docker.html i would just use that, so you wouldnt need to install php, nginx, whatever on your system, only the container runtime (docker) |
Beta Was this translation helpful? Give feedback.
there is a container image available of partdb: https://docs.part-db.de/installation/installation_docker.html
i would just use that, so you wouldnt need to install php, nginx, whatever on your system, only the container runtime (docker)