Xibo is a complete digital signage solution comprised of a web based content management system and choice of windows or android signage players. more info click
here
Install Package
install requiretments to run xibo on debian.
root@cyber:~# apt-get insall apache2 mysql-server php5 php5-gd php5-mysql php5-mcrypt
Download Source And Install
Download source of Xibo from Command line
root@cyber:~# wget https://github.com/xibosignage/xibo-cms/archive/1.7.1.tar.gz -O xibo-server.tar.gz
Output Command
--2015-02-20 18:38:15-- https://github.com/xibosignage/xibo-cms/archive/1.7.1.tar.gz
Resolving github.com (github.com)... 192.30.252.131
Connecting to github.com (github.com)|192.30.252.131|:443... connected.
HTTP request sent, awaiting response... 302 Found
Location: https://codeload.github.com/xibosignage/xibo-cms/tar.gz/1.7.1 [following]
--2015-02-20 18:38:18-- https://codeload.github.com/xibosignage/xibo-cms/tar.gz/1.7.1
Resolving codeload.github.com (codeload.github.com)... 192.30.252.146
Connecting to codeload.github.com (codeload.github.com)|192.30.252.146|:443... connected.
HTTP request sent, awaiting response... 200 OK
Length: unspecified [application/x-gzip]
Saving to: `xibo-server.tar.gz'
[ <=> ] 5,704,015 105K/s in 56s
2015-02-20 18:39:16 (100 KB/s) - `xibo-server.tar.gz' saved [5704015]
root@cyber:~# ls
xibo-server.tar.gz
Then extract to folder /var/www
root@cyber:~# tar xvf xibo-server.tar.gz -C /var/www
Change of ownership
root@cyber:~# chown www-data:www-data -R /var/www/xibo-cms-1.7.1
Once you have finished create a directory for the storage of the media files you will use on Xibo. The following commands will help you do to that.
root@cyber:~# mkdir /media/xibo-library
root@cyber:~# chown www-data:www-data -R /media/xibo-library
Then Restart the webserver with the following command and visit the address e.g.
10.10.101.23/xibo-cms-1.7.1 in favorite your browser.
root@cyber:~# /etc/init.d/apache2 restart
Web Installation
Once you visit the url in your web browser it will look like the following.
Click next to countinue
Leave host as localhost, create an admin password, database name, database username and click on next again.
Then Create User adinistration and Password administration, and click next to countinue.
The
Library Location is the place where things you upload will be stored. Put the full path location of the folder we created for the media files. It should be /media/xibo-library.
Then click on next.
Xibo is finally installed on your machine. Use the login credentials you created and login.
Finish..