Phpsysinfo : Différence entre versions

De SME Server Wiki
Ligne 11 : Ligne 11 :
 
-- Placez vous dans le dossier html de votre nouvelle ibay et téléchargez y  '''''phpsysinfo''''':
 
-- Placez vous dans le dossier html de votre nouvelle ibay et téléchargez y  '''''phpsysinfo''''':
  
'''[root@waccabac ~]# cd /home/e-smith/files/ibays/'''phpsysinfo'''/html'''             =>> ''On se place dans le dossier html de la nouvelle ibays.''
+
[root@waccabac ~]# cd /home/e-smith/files/ibays/'''phpsysinfo'''/html             
 +
=>> ''On se place dans le dossier html de la nouvelle ibays.''
  
'''[root@waccabac html]# wget http://belnet.dl.sourceforge.net/sourceforge/phpsysinfo/phpsysinfo-2.5.2-rc3.tar.gz'''      =>> ''On télécharge phpsysinfo dans l'ibay.''
+
[root@waccabac html]# wget http://belnet.dl.sourceforge.net/sourceforge/phpsysinfo/phpsysinfo-2.5.2-rc3.tar.gz
  
'''[root@waccabac html]# tar -zxvf phpsysinfo-2.5.2-rc3.tar.gz'''      =>> ''on décompresse l'archive.''
+
=>> ''On télécharge phpsysinfo dans l'ibay.''
  
Un nouveau dossier vient d'être créer, il se nomme: phpsysinfo
+
[root@waccabac html]# tar -zxvf phpsysinfo-2.5.2-rc3.tar.gz
  
 +
=>> ''on décompresse l'archive.''
  
'''3-''' Onb va permettre au script PHP d'accéder au dossier /proc en lui donnant les droits.
+
Un nouveau dossier vient d'être créer, il se nomme: phpsysinfo
  
'''[root@waccabac html]# /sbin/e-smith/db accounts setprop '''phpsysinfo''' PHPBaseDir /home/e-smith/files/ibays/'''phpsysinfo'''/:/proc:/bin:/usr/bin'''
 
  
'''[root@waccabac html]# /sbin/e-smith/signal-event ibay-modify '''phpsysinfo''''''  
+
'''3-''' On va permettre au script PHP d'accéder au dossier /proc en lui donnant les droits.
 +
[root@waccabac html]# /sbin/e-smith/db accounts setprop '''phpsysinfo''' PHPBaseDir /home/e-smith/files/ibays/'''phpsysinfo'''/:/proc:/bin:/usr/bin:/etc/e-smith-release
 +
[root@waccabac html]# /sbin/e-smith/signal-event ibay-modify '''phpsysinfo'''
  
  

Version du 3 juillet 2006 à 15:03

Phpsysinfo installation

Ce tutorial est tiré de Swerts-Knudsen => [1] et fait pour sme 7 contrairement au tutorial de Knudsen qui lui est fait pour sme 6.


1- Créer une nouvelle ibay que vous nommerez à votre convenance via server-manager. Nous prenons pour exemple phpsysinfo.


2- Téléchargez la dernière version de phpsysinfo à cette adresse: [2] et déplacez l'archive dans l'ibay que vous venez de créer. La dernière version en date est la 2.5.2-rc3

-- Placez vous dans le dossier html de votre nouvelle ibay et téléchargez y phpsysinfo:

[root@waccabac ~]# cd /home/e-smith/files/ibays/phpsysinfo/html             

=>> On se place dans le dossier html de la nouvelle ibays.

[root@waccabac html]# wget http://belnet.dl.sourceforge.net/sourceforge/phpsysinfo/phpsysinfo-2.5.2-rc3.tar.gz

=>> On télécharge phpsysinfo dans l'ibay.

[root@waccabac html]# tar -zxvf phpsysinfo-2.5.2-rc3.tar.gz

=>> on décompresse l'archive.

Un nouveau dossier vient d'être créer, il se nomme: phpsysinfo


3- On va permettre au script PHP d'accéder au dossier /proc en lui donnant les droits.

[root@waccabac html]# /sbin/e-smith/db accounts setprop phpsysinfo PHPBaseDir /home/e-smith/files/ibays/phpsysinfo/:/proc:/bin:/usr/bin:/etc/e-smith-release
[root@waccabac html]# /sbin/e-smith/signal-event ibay-modify phpsysinfo


Et voilà le tour est joué ! Il vous suffit maintenant de vous rendre sur l'adresse de votre site: http://votresite.com/phpsysinfo/phpsysinfo/index.php

Voici un exemple en ayant redirigé une adresse dessus: [3] http://www.phpsysinfo.waccabac.ath.cx/phpsysinfo/index.php

Merci à JP_PIALASSE pour la modification du code.