From: Justin R. <jus...@gm...> - 2016-08-19 23:55:40
|
I was figuring the issues is that it's not executable, which it would need to be for a "./script" type command to execute. So what does running "sh rails.sh" produce then? That should work even with simple read permissions. On Fri, 19 Aug 2016, 16:51 John David Galt, <jd...@di...> wrote: > rails.sh is world readable. So is java. > > On 08/18/2016 04:04 PM, Justin Rebelo wrote: > > chmod +x rails.sh > > > > Alternately, run: > > > > "sh rails.sh" > > > > On Thu, Aug 18, 2016 at 4:00 PM John David Galt > > <jd...@di... <mailto:jd...@di...>> > > wrote: > > > > Now I've gotten the JDK and git installed, and Rails cloned. > However, > > when I go to the Rails repository and perform > > ./rails.sh > > I get "permission denied". Any ideas? > > > > > ------------------------------------------------------------------------------ > > _______________________________________________ > > Rails-users mailing list > > Rai...@li... > > <mailto:Rai...@li...> > > https://lists.sourceforge.net/lists/listinfo/rails-users > > > > |