Commit 24faa58f authored by BELOTTI's avatar BELOTTI

Update README.md

parent acb8f4e4
Pour re-déployer le site MineQiest en local :
Pour re-déployer le site MineQuest en local :
1. Télécharger uWamp ici : http://www.uwamp.com/fr/?page=download
2. Installer-le en double cliquant sur le launcher puis suivez les instructions.
3. Une fois installé, télécharger les fichiers qui composent le site, disponibles ici : https://gvipers.imt-lille-douai.fr/minequest/minequest/tree/master.
4. Extraire les fichiers dans votre dossier d'installation uWamp (C:/wamp64/www/ par défaut).
5. Ouvrez le fichier C:/wamp64/www/classes/DatabasePDO.class puis modifiez les lignes suivantes telles que :
19 $mysql_dbname = "NOM DE VOTRE BASE LOCALE";
20 static::$pdo =new PDO("mysql:host=localhost;dbname=$mysql_dbname","VOTRE LOGIN","VOTRE MOT DE PASSE");
Enregistrer et fermer le fichier.
6. Lancez uWamp et connectez-vous au site grace à son adresse : 'localhost'
1. Installer uWamp : http://www.uwamp.com/fr/?page=download
2.
\ No newline at end of file
Markdown is supported
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