Work on native gui design and install documentation
This commit is contained in:
@@ -66,6 +66,18 @@ Customize path and access rights to your needs
|
||||
chown -R www-data /var/local/yms
|
||||
chmod -R 750 /var/local/yms
|
||||
|
||||
To grant access for the local gui the directory has to be writeable by a special
|
||||
group (here as example 'yms'). The user which runs the local gui (here
|
||||
'guiuser') has also to be a member of that group as well as the webserver user
|
||||
''www-data'.
|
||||
|
||||
groupadd yms
|
||||
usermod -aG yms www-data
|
||||
usermod -aG yms guiuser
|
||||
chgrp yms /var/local/yms
|
||||
chgrp yms /var/local/yms/thumb
|
||||
chmod -R 770 /var/local/yms
|
||||
|
||||
5. Install webgui
|
||||
|
||||
5.1 Upload webgui files
|
||||
|
||||
Reference in New Issue
Block a user