BOLLET Corentin
1 year ago
1 changed files with 12 additions and 0 deletions
@ -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 |
Loading…
Reference in new issue