Are Some Files Missing On Guthub Spiceccrm setup Folder?

Hello,

I Just downloaded spicecrm setup from github, and facing problem in its setup. It’s showing some files are missing. Can anyone suggest me, what is going wrong?

Please, turn off display_errors in your php.ini
Restart server
Relaunch install.

Check file permissions set for web user on server.
You need a 775 on folders and 664 on files
sudo find . -type d -exec chmod 775 {} ;
sudo find . -type f -exec chmod 664 {} ;

for cache, upload and custom folder also write permissions on files

Val