Wiki Info Libre @ Dom

Différences

Ci-dessous, les différences entre deux révisions de la page.

Lien vers cette vue comparative

Les deux révisions précédentesRévision précédente
Prochaine révision
Révision précédente
docs:xibo:ubuntu-12.04.4.i386 [2015/09/09 21:47] maison.gaetandocs:xibo:ubuntu-12.04.4.i386 [2016/12/09 17:18] (Version actuelle) – [Configuration de la partie client :] maison.gaetan
Ligne 5: Ligne 5:
  
 sudo apt-get update && sudo apt-get install apache2 mysql-server php5 php5-gd php5-mysql php5-mcrypt php5-intl php5-curl ntp htop -y sudo apt-get update && sudo apt-get install apache2 mysql-server php5 php5-gd php5-mysql php5-mcrypt php5-intl php5-curl ntp htop -y
- 
-sudo /etc/init.d/apache2 restart 
  
 wget https://github.com/xibosignage/xibo-cms/archive/1.7.4.tar.gz -O xibo-server.tar.gz wget https://github.com/xibosignage/xibo-cms/archive/1.7.4.tar.gz -O xibo-server.tar.gz
 +
 +wget https://launchpad.net/xibo/1.6/1.6.4/+download/xibo-server-164.tar.gz -O xibo-server.tar.gz
  
 tar xvzf xibo-server.tar.gz tar xvzf xibo-server.tar.gz
Ligne 25: Ligne 25:
  
 sudo sed -i 's/max_execution_time = 30/max_execution_time = 120/g' /etc/php5/apache2/php.ini sudo sed -i 's/max_execution_time = 30/max_execution_time = 120/g' /etc/php5/apache2/php.ini
 +
 +sudo /etc/init.d/apache2 restart
  
 Allez sur l'interface web pour finir l'installation Allez sur l'interface web pour finir l'installation
Ligne 33: Ligne 35:
  
 sudo bash xibo-1.6.0-ubuntu.all-pyclient.sh  sudo bash xibo-1.6.0-ubuntu.all-pyclient.sh 
 +
 +====== Configuration de la partie client :======
 +
 +https://doc.ubuntu-fr.org/xibo#voir_aussi
 +
 +<code>
 +sh -c "cd /opt/xibo/pyclient/client/python && ./run.sh"
 +</code>
 +
 +https://doc.ubuntu-fr.org/tutoriel/desactiver_la_fenetre_probleme_logiciel_detecte
 +
 +<code>
 +sudo sed -i 's/enabled=1/enabled=0/' /etc/default/apport
 +</code>
 +
 +
  
  
  
 +/*
 Sinon : Sinon :
  
Ligne 77: Ligne 96:
 make check make check
  
 +*/