permissions error (debian Linux)

Asked by Dave Payne

Hi, I am getting the following error in debian linux when I try to install the server

What directories etc do I need to chmod, I have tried the chown -R \path\to\xibo\server but get an error about a missing command after the directory ???

I am currently testing on an intranet machine and will be accessing via IP address and not domain name

Hope you can help

Cheers

Dave

 Filesystem Permissions
Xibo needs to be able to write to the following:

settings.php
install.php
upgrade.php
Please fix this, and retest.

Question information

Language:
English Edit question
Status:
Solved
For:
Xibo Edit question
Assignee:
No assignee Edit question
Solved by:
Dave Payne
Solved:
Last query:
Last reply:
Revision history for this message
Dave Payne (mrp-f) said :
#1

sorry my sillyness, reading through the instructions I thought it was a website name but its not. This the code I used, just in case anybody else needs it :) (and the www-data.www-data is not a specific website)

sudo chown www-data.www-data -R /var/www/xiboserver
sudo mkdir /home/xibo_lib
sudo chown www-data.www-data -R /home/xibo_lib