Prepare compile zeromq
yum -y group install “Development Tools”
Download zeromq.
tar zxvf zeromq-4.2.0.tar.gz
./configure
make
make install
pecl install zmq-beta
edit /etc/php.ini and add extension=zmq.so
Extract cms to /var/www/xibo18.
Edit /etc/httpd/conf/httpd.conf change
DocumentRoot “/var/www/xibo18/web”
<Directory “/var/www/xibo18/web”>
Options Indexes FollowSymLinks MultiViews
AllowOverride All
Order allow,deny
Allow from all
Require all granted
First, I would like to thanks Almond Wong for sharing this Installation procedure, I believed there is a problem with the installation script:
Using firefox I visited: http://localhost which redirected me to http://localhost/install … so far so good…
I understand that this first page is to check if my server meets Xibo’s requirements. All checked fine.
After I click on the “next” button is when I encountered an error.
The server shows the following.
Not Found
The requested URL /install/2 was not found on this server.
I check the directory ’ /var/www/xibo18/install ’ and I noticed that the directory ’ 2 ’ is missing. Any idea how to proceed with the installation?
Dear, great job.
It is possible that you indicate where I can download XIBO 1.8 for CentOS7, I have searched everywhere and I can not find the zip file to install it on the server.
thanks for your help.
Hi ,
this guide is really well done but, where should I look for some help in order to get xibo running on nginx rather than apache ?
I’ve been googling around in the last weeks but I could not find a definitive answer.
The best result is that when I try to go on the installation I get “index.php/2” failed (2: No such file or directory)!!!" that is frustrating
Hi Alex,
thankyou for you answer but I am looking for a whole sample nginx.con that works, assuming it is dedicated just to Xibo.
I did try those rewrites but I land to looping install/install/…
Thank you again
You need a default server block, with no locations inside it except your handler for php files, with its webroot set as the web folder of your install, and the redirect rules from the manual.
XTR = Xibo Task Runner. It’s the background process that runs tasks for the server.
XTR is required for a Xibo CMS to function correctly. XMR is recommended but not absolutely required. You will loose some functionality though if you don’t have it.
I’m confused on these steps as well. I suspect that steps 12 and 13 make sense for someone who is already familar with the install. But for me, I’m not sure what I am supposed to be doing.
Am I supposed to create the JSON file for XMR and add the provided contents? Do I change IP_ADDR to my IP address, or will the system translate IP_ADDR to it’s IP address?
As for the XTR step, am I just adding the job to the crontable?
Or am I using the provided data with an XMR and XTR command I am not familar with?
I install Xibo 1.8 on centos 7 following this guide. but after enter http://ip. I see nothing on web browser as attached file and I can’t continue. Please help me solve this error. Thanks!!