I am learning RoR on CentOS 5. What would be the ideal way to set 
permissions in the app folder? The rails default did not work for me. 

I use git and apache/passenger. Everything works now that I
- added apache to the group git (by modifying /etc/group)
- did the following at tha app root
   chown -R root:git *
   chmod -R 775 *

Howerer, this is probably too wide. 

It seems to me that somebody else is using the view templates besides 
apache, because 770 gives an error. Or else Passenger does not respect the 
fact that apache was added to the git group. 

-- 
You received this message because you are subscribed to the Google Groups "Ruby 
on Rails: Talk" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msg/rubyonrails-talk/-/s3qKPGRNXEMJ.
For more options, visit https://groups.google.com/groups/opt_out.


Reply via email to