diff --git a/HowtoDebian/MigrationJessieStretch.md b/HowtoDebian/MigrationJessieStretch.md index d93b21af..e7311a95 100644 --- a/HowtoDebian/MigrationJessieStretch.md +++ b/HowtoDebian/MigrationJessieStretch.md @@ -193,3 +193,26 @@ $ cp -pr .xchat2/ .config/hexchat/ $ mv .config/hexchat/xchat.conf .config/hexchat/hexchat.conf $ mv .config/hexchat/xchat2logs .config/hexchat/logs ~~~ + +## Evoadmin-web + +Pour mettre à jour vers la nouvelle version d'evoadmin-web, il faut se mettre sur la branche master et faire un git pull, avec l'utilisateur evoadmin: + +~~~ +$ su - evoadmin + +evoadmin@hostname:~$ git checkout master +evoadmin@hostname:~$ git pull +~~~ + +Ensuite il faut ajouter un utilisateur, en éditant le fichier */home/evoadmin/www/conf/config.local.php*, avec la configuration suivante : + +~~~ +$localconf['logins']['foo'] = 'd5d3c723fb82cb0078f399888af7820d02e52751bb64597a8c20ebaba8ba4303'; +~~~ + +Il faut généré un sha256 pour le mot de passe avec la commande suivante : + +~~~ +$ echo -n password |sha256sum +~~~ \ No newline at end of file