Debian ETCH, installer EZ Publish
Par Draggi le vendredi, février 29 2008, 00:49 - Linux & BSD - Lien permanent
apt-get dist-upgrade
apt-get install mysql-server
apt-get install apache2 php5 php5-mysql php5-cli
apt-get install imagemagick
apt-get install php5-imagick
apt-get install php5-gd
a2enmod php5
a2enmod rewrite
/etc/init.d/apache2 restart
cd /var/www/
wget http://ez.no/content/download/218812/1467959/file/ezpublish-4.0.0-gpl.tar.gz
tar zxvf ezpublish-4.0.0-gpl.tar.gz
mv ezpublish-4.0.0 www
Puis re-démarrer apache2 et se rendre à l'url ou l'on a installé EZ.
Suivre ensuite les conseils à l'écran (gestion des droits sur les répertoires).