Dear all, I want to install latest Ruby On Rail on my Linux Server. I use currently SUSE 9.0 with Plesk Admin Software. Do you know a good tutorials for my issue? best regards, koko -- 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 post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk-unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---
Salai Koko wrote:> Dear all, > > I want to install latest Ruby On Rail on my Linux Server. I use > currently SUSE 9.0 with Plesk Admin Software. > Do you know a good tutorials for my issue? > > best regards, > > kokoCan anybody help me? Koko -- 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 post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk-unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---
On Sun, 2007-01-14 at 19:09 +0100, Salai Koko wrote:> Salai Koko wrote: > > Dear all, > > > > I want to install latest Ruby On Rail on my Linux Server. I use > > currently SUSE 9.0 with Plesk Admin Software. > > Do you know a good tutorials for my issue? > > > > best regards, > > > > koko > > Can anybody help me? > > Koko > >Just couple here http://wiki.rubyonrails.org/rails/pages/HowtoInstallAndRunRubyOnRailsOnPlesk http://blog.quimble.com/?p=43 A google search for Rails and VPS should land you a few more --~--~---------~--~----~------------~-------~--~----~ 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-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk-unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---
I have experience with SuSE and Plesk, just not at the same time. Getting Ruby, Apache and MySQL installed in SuSE should be simple with YAST. From there install gems and then rails. After this I am in unknown waters. Plesk allows you to configure virtual hosts individually (ie outside their web management tool) by placing a config file in "/var/www/vhosts/<mysite>/conf/vhost.conf". You should be able to place the appropriate rails Apache configurations here and run with it. Getting something like mongrel running will be a little harder.... -- 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 post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk-unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---