My current ISP uses CPanel. Sadly, my ISP is not giving me the support I need. He has some firewall stuff that is causing my website to report 406 errors. My preference is to go with a good ISP who uses CPanel to host RoR. Or ... does anyone know how hard it is for a relative novice (me) to move my website from CPanel to heroku? -- 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-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en.
Google says it''s a popular topic, but I haven''t heard of cPanel and RoR used in the same sentence. RoR installations is pretty easy to administer in a standard command line, beside that, you can have cPanel on your server to do common administrative tasks (I use webmin myself) Can someone tell me what are the advantages of using cPanel to manage RoR? Dheeraj Kumar On Thursday 15 December 2011 at 8:41 AM, Ralph Shnelvar wrote:> My current ISP uses CPanel. > > Sadly, my ISP is not giving me the support I need. He has some firewall > stuff that is causing my website to report 406 errors. > > My preference is to go with a good ISP who uses CPanel to host RoR. > > Or ... does anyone know how hard it is for a relative novice (me) to > move my website from CPanel to heroku? > > -- > 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 (mailto:rubyonrails-talk-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org). > To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org (mailto:rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org). > 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-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en.
On 15/12/11 03:11, "Ralph Shnelvar" <lists-fsXkhYbjdPsEEoCn2XhGlw@public.gmane.org> wrote:> My current ISP uses CPanel. > > Sadly, my ISP is not giving me the support I need. He has some firewall > stuff that is causing my website to report 406 errors. > > My preference is to go with a good ISP who uses CPanel to host RoR. > > Or ... does anyone know how hard it is for a relative novice (me) to > move my website from CPanel to heroku?If you have a fully working site locally on your machine, pushing that to Heroku in my experience, is relatively straightforward. I''d recommended getting a Heroku account & doing a test run & see what errors you encounter & then take it from there. Cheers, Phil... -- Nothing to see here... move along, move along -- 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-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en.
On 15/12/11 03:28, "Dheeraj Kumar" <a.dheeraj.kumar-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote:> Google says it''s a popular topic, but I haven''t heard of cPanel and RoR used > in the same sentence. > > RoR installations is pretty easy to administer in a standard command line, > beside that, you can have cPanel on your server to do common administrative > tasks (I use webmin myself) > > Can someone tell me what are the advantages of using cPanel to manage RoR?They''re ain''t many ;-)... I''m struggling with cPanel & RoR at the moment & it''s unpleasant. Heroku''s a far more sensible approach & any troubleshooting necessary can be done via this list & Google/Stack Overflow. Cheers, Phil. -- Nothing to see here... move along, move along -- 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-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en.
On Wed, Dec 14, 2011 at 7:11 PM, Ralph Shnelvar <lists-fsXkhYbjdPsEEoCn2XhGlw@public.gmane.org> wrote:> Or ... does anyone know how hard it is for a relative novice (me) to > move my website from CPanel to heroku?Do you have your app in a git repo? Then you''re set. A one-dyno setup is free, so just try it. You may find some things that need changing, but it''ll be a good exercise. Even when a client has existing hosting, I always use a Heroku instance as a test/staging server to wring out non-portable (non-cloud-friendly) code. FWIW, -- Hassan Schroeder ------------------------ hassan.schroeder-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org http://about.me/hassanschroeder twitter: @hassan -- 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-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en.