Ruby on Rails
Friday, April 29, 2011
On Fri, Apr 29, 2011 at 3:20 PM, Paul <paul@nines.org> wrote:
See if this works... you do need ruby installed to install rvm though. If you can run irb in the terminal then you should be on your way. If not you have to find a way to get ruby installed successfully. But then definitely go with rvm.
What I would do is start with Ruby Version Manager (rvm).
See if this works... you do need ruby installed to install rvm though. If you can run irb in the terminal then you should be on your way. If not you have to find a way to get ruby installed successfully. But then definitely go with rvm.
After
installing that, you can do:
rvm install 1.9.2
rvm use 1.9.2 --default
and that should install Ruby.
Then:
gem install rails
and that should install Rails.
Hopefully. Good luck!
--
On Fri, Apr 29, 2011 at 3:35 PM, fredrated <fredp@abag.ca.gov> wrote:
> Thanks, I guess my question was rather tearse.
> First problem: me, the webmaster and my boss have all been having a go
> at trying to install ruby and rails on my OpenSUSE 10.2
> Second problem: do install instructions (ruby and rails) exist? I
> can't seem to find them.
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@googlegroups.com.
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.
--
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@googlegroups.com.
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.
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment