XIBO CMS on Raspberry PI 3 + XIBO Client on Intel Compute Stick

Hi there,

I’ve worked for installing Xibo CMS 1.8.2 on a Raspberry Pi 3 with Raspbian PIXEL OS (without Docker).

All the installation have been done manually with those lines :

Sudo apt-get update
Sudo apt-get upgrade
Sudo apt-get install apache2 mysql-server php5 php5-curl php5-gd php5-mysql php5-mcrypt
Sudo wget https://github.com/xibosignage/xibo-cms/releases/download/1.8.2/xibo-cms-1.8.2.tar.gz -O xibo-server.tar.gz
Sudo tar -zxvf xibo-server.tar.gz
Sudo mv xibo-cms-1.8.2/ /var/www/html/xibo-server
Sudo chown www-data:www-data -R /var/www/html/xibo-server
Sudo mkdir /media/xibo-library
Sudo chown www-data:www-data -R /media/xibo-library

Then i pointed to the Xibo Server URL to do the installation.

On the client, i’m using an intel Compute Stick with windows 10 and everything is working well. I’m also using a EWFManager to manage save and computer reboot.

Everything was working verywell until now.
There is some problems when i’m accesing the Xibo Admin, all rows are empty, i can’t see my layouts, my screens etc…

Please look at the picture below…

  1. First point, i think there is a problem with URL REWRITING but i don’t know how to solve it…
  2. Before, when i tried to connect to screen, there was an error message, a composant not installed ? (ZeroMQ), how can i solve this ? (i’ve followed instruction here : http://www.xibo.org.uk/manual/fr/install_environment.html, but …)

Thanks in advance for you help.

Since you have /web in the CMS url, that would indeed imply a configuration problem (documentRoot / url rewriting), please see http://xibo.org.uk/manual/en/install_environment.html

Campaign page, should have url like {cmsAddress}/campaign/view