mirror of
https://gitlab.com/hacklab01/pivilion.git
synced 2025-04-30 00:57:16 +00:00
Added some stuff
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
|
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!
|
That's it - everything should be working now!
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user