Skip to content
Snippets Groups Projects
Commit e6e33712 authored by Damien Robillard's avatar Damien Robillard
Browse files

Ajout du fichier de conf d'Apache et petite correction sur la conf de MySql

parent 84ccc057
Branches
Tags
3 merge requests!940Master,!939Master,!924Corrections de l'install
......@@ -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