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