Runcloud File Permission Issues on RunCloud

July 14, 2021 . 1 MIN READ

https://runcloud.io/knowledgebase/articles/web-application/file-permission-issues-on-runcloud

 

If u get error regarding permission folder failed to rewrite
please use this command by ssh your server =

chown -R runcloud:runcloud /home/runcloud/webapps/<name of your web app>

for example :-
chown -R runcloud:runcloud /home/runcloud/webapps/mapleymari

if you now sure with folder is, please use this command:-
1) cd /home/runcloud/webapps/
2) ls
3) then you can see your own directory name (webaapps)
for example [ mapleymari /mapleysini /mamak24jam ]
4)then use the command chown -R runcloud:runcloud /home/runcloud/webapps/mapleymari

 

 

Leave a Reply

Your email address will not be published. Required fields are marked *