Ruby on Rails Wednesday, March 23, 2016

On 23 March 2016 at 05:22, Aman Aman <lists@ruby-forum.com> wrote:
> how to install ruby on rails with mysql on ubuntu 15

I recommend using rvm (http://rvm.io), so in a terminal run

gpg --keyserver hkp://keys.gnupg.net --recv-keys
409B6B1796C275462A1703113804BB82D39DC0E3
then
\curl -sSL https://get.rvm.io | bash -s stable --rails

To install everything, including dependencies, in one hit. Note that
when using rvm do not use sudo when installing gems.

Colin





>
> --
> Posted via http://www.ruby-forum.com/.
>
> --
> 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/a569db7fa6de7d21315a2d45da41d4d3%40ruby-forum.com.
> For more options, visit https://groups.google.com/d/optout.

--
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%3D0gLtken3qRFecZ5Xnxci5W8MwGwiwN4-eqjCGSnUDNm-KzA%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.

No comments:

Post a Comment