Cette page présente une méthode d'installation de PMB sous Debian.
ATTENTION : page en cours de rédaction ! |
Téléchargement de PMB : http://www.pmbservices.fr/download/
Documentations (pas encore lues) :
http://wikitice.ac-versailles.fr/index.php/Installer_PMB_sur_Debian
https://pmbdoc.beziers.univ-montp3.fr/tiki-index.php?page=Mise+en+place+sur+Linux (Ubuntu 9.10)
Installation (pas encore testée) :
Source : http://lehobey.net/dokuwiki/doc:pmb
aptitude install apache2 libapache2-mod-php4 php4 php4-mysql php4-gd php4-xslt aptitude install mysql-server aptitude install unzip cd /var/www/ unzip pmb3.3.9.zip chown -R www-data /var/www/pmb # err... ne surtout pas faire ça !! -- JC
aller sur http://localhost/pmb/tables/install
Support Z39.50 (YAZ) : http://ftp.indexdata.dk/pub/yaz/debian/README
echo "deb http://ftp.indexdata.dk/debian lenny main" > /etc/apt/sources.list.d/php-yaz.list wget -O- http://ftp.indexdata.dk/pub/debian/indexdata.asc | apt-key add - aptitude update aptitude install yaz php5-yaz