From 8cf257317f5eb87f1ffb20d7eb596a5bffb63699 Mon Sep 17 00:00:00 2001 From: Chocobozzz Date: Fri, 21 Mar 2014 21:47:42 +0100 Subject: [PATCH] =?UTF-8?q?=20=20=20=20=20=20=20=20modifi=C3=A9:=20=20=20?= =?UTF-8?q?=20=20=20=20=20=20README.md?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 8c7fd6c..55af862 100644 --- a/README.md +++ b/README.md @@ -14,8 +14,10 @@ Serveur Web (NGinx, Apache...), PHP, SQL (MySQL, Postgre...). ## Installation * Importer les bases SQL via le fichier sql/import.sql * Supprimer le dossier sql -* Ajouter un administrateur en spécifiant un nom et un mot de passe (hashé avec sha1) : - INSERT INTO admin (admin_id, admin_pass) VALUES ("superadmin", SHA1('monmdp')); +* Ajouter un administrateur en spécifiant un nom et un mot de passe (hashé avec sha1) + + INSERT INTO admin (admin_id, admin_pass) VALUES ("superadmin", SHA1('monmdp')); + * Copier le fichier include/config.php.example vers include/config.php * Modifier le fichier config.php en rentrant les identifiants de votre BDD * Vous pouvez utiliser le dossier openvpn-conf, mais en production le site ne doit pas contenir ce dossier (supprimez le ou déplacez le)