Installation not working

Hello,

I’ve installed emoncms on raspberrypi 3 / bullseye, without success for the moment :

I have the following error :

[Thu Nov 09 16:21:05.034572 2023] [proxy_fcgi:error] [pid 18676]
[client 192.168.1.181:45240] AH01071: Got error 'PHP message: PHP Warning:  require_once(default-settings.php):
Failed to open stream: No such file or directory in /var/www/emoncms/process_settings.php on line 21; PHP message: PHP Fatal error: 
Uncaught Error: Failed opening required 'default-settings.php' (include_path='.:/usr/share/php')
in /var/www/emoncms/process_settings.php:21\nStack trace:\n#0 /var/www/emoncms/index.php(17):
require()\n#1 {main}\n  thrown in /var/www/emoncms/process_settings.php on line 21

I’ve got a blank page when trying to access http://xx.xx.xx.xx/emoncms (php-info is working fine from browser).
to install emoncms,
I launched the init.sh, let the installation happening, then took the git master.zip and unzipped it in /var/www/emoncms. modified the default_settings.php and ini with user and password for sql connection

Did I miss something ?
Thank you for your help

Hi, sorry for the delay.

No that won’t work!

Start with a fresh RaspberryOS Lite and follow the install instructions.

thanks @borpin