Skip to content
Snippets Groups Projects
Commit 28c23a94 authored by Laurent's avatar Laurent
Browse files

Better formatting

parent bf55c1bc
Branches
Tags
No related merge requests found
......@@ -51,11 +51,14 @@ yum install php54w php54w-gd php54w-pear php54w-mysql php54w-pecl-xdebug php54w-
# Récupération des sources
## En subversion:
```
svn checkout http://afi-forge.afi-sa.fr/svn/opacce/trunk opacce
svn checkout http://afi-forge.afi-sa.fr/svn/opacce/ZendFramework-1.6.2
```
## En GIT:
```
cd /var/www
git clone git@git.afi-sa.fr:afi/opacce.git opacce
......@@ -64,6 +67,7 @@ git clone git@git.afi-sa.fr:afi/zf.git ZendFramework-1.6.2
```
L'arborescence devrait être quelque chose comme:
```
/var/www/ZendFramework-1.6.2
/var/www/opacce
......@@ -83,6 +87,7 @@ ln -s /var/www/storm/tests/Storm /var/www/opacce/tests/Storm
### ArchLinux:
Modifiez /etc/httpd/conf/http.conf et ajoutez la ligne:
```
LoadModule php5_module modules/libphp5.so
```
......@@ -108,6 +113,7 @@ Activez les extensions suivantes: calendar, curl, gd, gettext, iconv, mcrypt, my
## Configurer Apache
Dans la conf Apache, supprimer l'option Indexes (listing des fichiers) et autoriser les .htaccess:
```
<Directory /var/www/>
Options FollowSymLinks
......@@ -137,6 +143,7 @@ Note: pour apache 2.4
# Configuration MySQL
Modifier /etc/mysql/my.cnf et ajouter dans la section [mysqld]:
```
#forcer l'indexation fulltext à partir de 1 lettre
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