From db80cbe38472898c9702739ce595e29f3560aa0c Mon Sep 17 00:00:00 2001 From: BOLLET Corentin Date: Mon, 23 Oct 2023 20:59:10 +0200 Subject: [PATCH] =?UTF-8?q?Mise=20=C3=A0=20jour=20de=20'README.MD'?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/README.md b/README.md index 1c1caa6..3a2bff9 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,14 @@ # projet_serveur_domotique +## Problèmes de droit(s) + +Dans le terminal, entrez : +``` +$ sudo visudo +``` +Dans le fichier, après `root ALL=(ALL:ALL) ALL`, écrivez : +``` +www-data ALL=NOPASSWD:/var/www/html +``` + +source : https://github.com/ronanguilloux/php-gpio#understanding-io-permissions \ No newline at end of file