From 1f0d433505871578d526e8a2f2dafdff45e1b772 Mon Sep 17 00:00:00 2001 From: v3d Date: Fri, 9 Dec 2016 19:14:48 +0000 Subject: [PATCH] Added some stuff --- pivilion-manual-setup.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/pivilion-manual-setup.md b/pivilion-manual-setup.md index 2e2394e..434372b 100644 --- a/pivilion-manual-setup.md +++ b/pivilion-manual-setup.md @@ -166,6 +166,10 @@ Git creates everything as root so we have to fix stuff in Pi's home directory by `sudo chown -R pi:pi /home/pi` +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/` + That's it - everything should be working now! Please note that Pivilion is in public beta and is sure to have some errors. Don't hesitate to help development by raising issues here https://gitlab.com/hacklab01/pivilion/issues