femto-code / Raspberry-Pi-Dashboard

Web-App Dashboard to monitor Raspberry Pi hardware and software status. Nothing more than Webserver + PHP required.
GNU General Public License v3.0
271 stars 26 forks source link

Can't install with the installer #66

Open TomFouk opened 8 months ago

TomFouk commented 8 months ago

Hello,

When I run the installation program, I get an error (even though the script says the installation is complete) related to permissions.

Capture d’écran 2024-02-25 à 19 37 11

Can anyone help me?

ChingWeiChan commented 8 months ago

Hi @TomFouk , You should install Apache Server and php before executing this installer. You can follow this project about "Set up an Apache web server" and "Install PHP". And then set the permission with the folder. It works with my Pi 5.

femto-code commented 4 months ago

Hi, I am sorry for my late response.

@TomFouk The issue you are facing indeed seems to be related to a missing /var/www/html/ folder path. This indicates that you haven't set up a web server and/or PHP. My advice would be to install these in order to get the dashboard running.

I will add some error checks to the installer asap. Thanks for your patience!