Had one error with the command “sudo chown apache.apache -R xibo”. There was no xibo directory since everything was extracted into the /var/www/html directory so, I did “sudo chown apache.apache -R html” instead.
The error I am getting is from the “Welcome to the Xibo Installation!” page.
Item: File System Permissions
Advice: Write access required for settings.php and install.php
Everything else looks good.
I am a linux novice but can follow steps which is why I was using the above referenced guide. Looking for a solution or another option.
I did not fully read this guide, can’t comment how correct it might be.
In any case you should install either 1.7.9, or more preferably 1.8.2 CMS, in 1.8 series CMS case, we would suggest docker although manual/custom installation is also possible, but you will have to make few additional steps, which are automatically done for you while using docker.
1.7 series will have less steps there, the documentRoot should be for example var/www while in 1.8 it must be var/www/web there is also no XMR, zeroMQ etc.