Added some stuff

v3d 2016-12-12 11:28:40 +00:00
parent 3933ac07b4
commit 5fdd71571e

@ -181,7 +181,21 @@ Git creates everything as root so we have to fix file permissions in Pi's home d
We also need to set the permissions to our www directory so that PHP can write / move files around
`sudo chown -R www-data:www-data /var/www/html/pivilion/`
`sudo chown -R www-data:www-data /var/www/`
`sudo chmod -R 775 /var/www`
`sudo usermod -a -G www-data pi`
Now reboot your RPi and log back in.
`sudo reboot`
`ssh your.Pi.IP`
Now run pivilion to copy some extra files to their proper positions!
`pivilion`
And follow the brief tutorial.
That's it - everything should be working now!