Install ROR on Linux

24 views
Skip to first unread message

Brano

unread,
Oct 6, 2014, 6:19:55 AM10/6/14
to rubyonra...@googlegroups.com
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.

Vivek Sampara

unread,
Oct 6, 2014, 6:24:00 AM10/6/14
to rubyonra...@googlegroups.com
You can start with installing ruby . http://rvm.io/

On Mon, Oct 6, 2014 at 3:49 PM, Brano <rtw....@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.

--
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-ta...@googlegroups.com.
To post to this group, send email to rubyonra...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/rubyonrails-talk/534f23f1-be6f-4aa6-a68d-0ae6d7dc5567%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Colin Law

unread,
Oct 6, 2014, 9:25:50 AM10/6/14
to rubyonra...@googlegroups.com
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
Reply all
Reply to author
Forward
0 new messages