On 6 October 2014 11:19, Brano <rtw.king@gmail.com> wrote:
> Excuse me I am a total beginer, but I want to learn programming in RoR. I
> have linux Ubuntu 14.04. How I can install it? Is there somewhere step by
> step instruction? Thanks.
I recommend using rvm http://rvm.io, all you need to do is, in a terminal
sudo apt-get install curl
curl -L https://get.rvm.io | bash -s stable --rails
then to stop rubygems installing docs for everything
echo "gem: --no-ri --no-rdoc" >> ~/.gemrc
Then work right through railstutorial.org (which is free to use
online) or a similar tutorial.
Good luck
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%3D0gLtSL7xaT1QvyQTPXgdjeTF8WCmGwgSMX2S8jhh7h_5UzA%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.
No comments:
Post a Comment