mirror of
https://gitlab.com/hacklab01/pivilion.git
synced 2026-02-04 07:40:48 +00:00
Added some stuff
parent
3933ac07b4
commit
5fdd71571e
1 changed files with 15 additions and 1 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue