I can''t start my app and I suspect permissions and ownership. What permissions should a Rails App have? Can I set 755 on everything or should it be less on some files? -- Posted via http://www.ruby-forum.com/. -- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en.
On Feb 7, 12:54 pm, Paul Bergstrom <li...-fsXkhYbjdPsEEoCn2XhGlw@public.gmane.org> wrote:> I can''t start my app and I suspect permissions and ownership. What > permissions should a Rails App have? Can I set 755 on everything or > should it be less on some files? >As long as the user running the app can read everything in there, and has write access to the tmp folder in the app (not always necessary, but some setups require this) you should be fine Fred -- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe@googlegroups.com. For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en.
Frederick Cheung wrote in post #980055:> On Feb 7, 12:54pm, Paul Bergstrom <li...-fsXkhYbjdPsEEoCn2XhGlw@public.gmane.org> wrote: >> I can''t start my app and I suspect permissions and ownership. What >> permissions should a Rails App have? Can I set 755 on everything or >> should it be less on some files? >> > As long as the user running the app can read everything in there, and > has write access to the tmp folder in the app (not always necessary, > but some setups require this) you should be fine > > FredThanks. -- Posted via http://www.ruby-forum.com/. -- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en.