From db1e194a2f7b0a766426686efdf0f03bf26c2887 Mon Sep 17 00:00:00 2001 From: lpoujol Date: Tue, 12 Dec 2017 10:43:52 +0100 Subject: [PATCH] =?UTF-8?q?Mise=20=C3=A0=20jour=20des=20pr=C3=A9requis=20p?= =?UTF-8?q?our=20prestashop=201.7?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- HowtoPrestashop.md | 31 +++++++++++++++++-------------- 1 file changed, 17 insertions(+), 14 deletions(-) diff --git a/HowtoPrestashop.md b/HowtoPrestashop.md index fcb0d9a4..f3ce4ca2 100644 --- a/HowtoPrestashop.md +++ b/HowtoPrestashop.md @@ -4,29 +4,32 @@ ## Prérequis -* PHP 5.2 ou plus. -* php.ini: +* Serveur Apache ou Nginx +* PHP 5.4 ou plus. +* Extensions PHP indispensables : PDO_MySQL, cURL, SimpleXML, mcrypt, GD, OpenSSL, DOM, SOAP, Zip, fileinfo. +* MySQL 5.0 ou plus. + + +Réglages php.ini: ~~~ allow_url_fopen on -register_globals off -magic_quotes_* off -safe_mode off -upload_max_filesize > "16M" ou plus. +register_globals Off +memory_limit >= 128M +upload_max_filesize >= "16M" ~~~ -Extensions PHP utiles : PDO_MySQL, cURL, SimpleXML, mcrypt, GD, OpenSSL, DOM, SOAP. +Modules Apache : -* MySQL 5.0 ou plus +* mod_rewrite actif +* mod_security désactivé +* mod_auth_basic désactivé. -Les + : -* Serveur web Apache 1.3 ou plus, ou serveur nginx. -* apache +Bonus : -~~~ -mod_rewrite, mod_security, mod_auth_basic -~~~ +* Possibilité d'avoir des cron +* Memache ## Installation