Ruby on Rails Saturday, June 1, 2013

On 1 June 2013 18:05, mark ronay <lists@ruby-forum.com> wrote:
> Alright, now its working kind of! After restarting the computer and
> using which rails i get the much more sensible looking path *
> /usr/local/bin/rails *
> running wc -l `which path` I get * 19 /usr/local/bin/rails *
>
> so now navigating above my home directory I am able to use rails new
> like so: * mwr@mwr-Ubuntu:/$ sudo rails new blah/here * and it seems to
> work.

Don't use sudo, you will get the wrong ownership on the files

Also I recommend using rvm to install ruby and rails.

>
> now - i cant access my localhost, but thats a separate issue i think i
> can work out.

Possibly due to using sudo when creating the app.

Colin

--
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 rubyonrails-talk+unsubscribe@googlegroups.com.
To post to this group, send email to rubyonrails-talk@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/rubyonrails-talk/CAL%3D0gLsBA2x6YUXWQ9S2xZ9sZsWREm5LboypYgwx%3DgB8ap%2B1uA%40mail.gmail.com?hl=en-US.
For more options, visit https://groups.google.com/groups/opt_out.

No comments:

Post a Comment