I was about to install opencart on my Ubuntu 14.04 LTS.
I will describe my exact steps-
- Extracted the opencart.zip.
gksudo nautilus- Pasted the opencart folder into
/var/www/html - Now while accessing
localhost/open, it says Forbidden Access.
I checked the permission of /open, it was drwx------ 7 root root 4096 Oct 26 17:26 open. So basically, it was 700 (I'm not sure though), but I got a sense that permissions needed to be provided to access them.
So I fired terminal, and went on a spree to give all folders a permission of 755 and files - 644.
Three questions-
Was I right till here or not ?
If yes, what is the correct way to set permissions ? I did
chmodfor all folders & files individually (with the help of wildcards, obviously). This is actually a very hectic step. There are hundreds of files and folders, so this must not be the right way. What am I missing ?Even last time, I messed up with some permissions of some folders in
/www, and it rendered me to install Ubuntu. Either there has to be a way to fiddle with /www or should I go with changing default/www-datadirectory ? (No idea how to go ahead with that).
I really want to stick with Linux but this permission thingy is always nagging me.
PS: Right now, if I access /open, it opens a blank page.
Thanks, help much appreciated.