From e6e33712254dd62a9b03efd805b0823d1471e157 Mon Sep 17 00:00:00 2001 From: Damien Robillard <drobillag@gmail.com> Date: Tue, 9 Jun 2015 10:54:36 +0200 Subject: [PATCH] Ajout du fichier de conf d'Apache et petite correction sur la conf de MySql --- INSTALL.fr.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/INSTALL.fr.md b/INSTALL.fr.md index 320f5f10b0e..49b163deefc 100644 --- a/INSTALL.fr.md +++ b/INSTALL.fr.md @@ -8,7 +8,7 @@ Sauf indiqué, cette procédure prends en compte par défaut les distributions G apt-get install python-software-properties php5 php5-gd php5-imagick php5-xdebug php-pear php5-mysql php5-xhprof graphviz apache2 mysql-server libapache2-mod-php5 git php5-mcrypt php5-curl yaz ``` -## Debian Wheezy +## Debian Wheezy-Jessie ``` apt-get install php5 php5-gd php5-imagick php5-xdebug php-pear php5-mysql graphviz apache2 mysql-server libapache2-mod-php5 git php5-mcrypt php5-curl yaz ``` @@ -88,7 +88,7 @@ php5enmod calendar curl gd gettext iconv mcrypt mysql pdo_mysql openssl soap ima ## Configurer Apache -Dans la conf Apache, supprimer l'option Indexes (listing des fichiers) et autoriser les .htaccess: +Dans la conf Apache (/etc/apache2/sites-available/votre-site.conf), supprimer l'option Indexes (listing des fichiers) et autoriser les .htaccess: ``` <Directory /var/www/> @@ -118,7 +118,7 @@ chmod -R 777 opacce/temp # Configuration MySQL -Modifier /etc/mysql/my.cnf et ajouter dans la section et forcer l'indexation fulltext à partir de 1 lettre dans la section [mysqld] +Modifier /etc/mysql/my.cnf pour forcer l'indexation fulltext à partir de 1 lettre : ajouter dans la section [mysqld] : ``` ft_min_word_len = 1 -- GitLab