Skip to content
Snippets Groups Projects
Commit 1c500de7 authored by Patrick Barroca's avatar Patrick Barroca :grin:
Browse files

Merge branch 'master' into 'master'

Corrections de l'install

Ajout du chemin vers le fichier de conf du site Apache et correction de la phrase décrivant la config de MySql

See merge request !924
parents 4b4be009 e6e33712
Branches
Tags
2 merge requests!940Master,!939Master
......@@ -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
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment