I have created a simple app using AngularJS. When I tried to host that project in my website http://demo.gaurabdahal.com/recipefinder it shows the following error:
You need to run these commands in /var/www/html/ or any other directory that your project is on:
/var/www/html/
sudo chgrp -R GROUP ./ sudo chown -R USER:GROUP ./ find ./ -type d -exec chmod 755 -R {} \; find ./ -type f -exec chmod 644 {} \;
In my case (apache web server) I use www-data for USER and GROUP
www-data
USER
GROUP