Skip to content
Snippets Groups Projects

Corrections de l'install

Merged Ghost User requested to merge (removed):master into master
Compare and
+ 3
3
Preferences
Compare changes
+ 3
3
@@ -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