how to install ruby on rails with mysql on ubuntu 15

22 views
Skip to first unread message

Aman Aman

unread,
Mar 23, 2016, 1:22:48 AM3/23/16
to rubyonra...@googlegroups.com
how to install ruby on rails with mysql on ubuntu 15

--
Posted via http://www.ruby-forum.com/.

Colin Law

unread,
Mar 23, 2016, 4:00:38 AM3/23/16
to Ruby on Rails: Talk
On 23 March 2016 at 05:22, Aman Aman <li...@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-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/a569db7fa6de7d21315a2d45da41d4d3%40ruby-forum.com.
> For more options, visit https://groups.google.com/d/optout.

John John

unread,
Mar 23, 2016, 6:51:17 PM3/23/16
to rubyonra...@googlegroups.com

Colin Law

unread,
Mar 24, 2016, 5:26:28 AM3/24/16
to Ruby on Rails: Talk
On 23 March 2016 at 05:22, Aman Aman <li...@ruby-forum.com> wrote:
> how to install ruby on rails with mysql on ubuntu 15

The post from John has made me realise that you have not indicated
whether you want to use the machine for rails development or as a
production server. If you want it for development then you will not
need the apache server referenced by one of his links.

My post did not indicate how to install mysql, but that is very easy,
you just need to install mysql-server

Colin
Reply all
Reply to author
Forward
0 new messages