Best hosting for student's practice and pet projects? Should support rails - Stack Overflow most recent 30 from stackoverflow.com 2009-12-02T04:50:47Z http://stackoverflow.com/feeds/question/790947 http://www.creativecommons.org/licenses/by-nc/2.5/rdf http://stackoverflow.com/questions/790947/best-hosting-for-students-practice-and-pet-projects-should-support-rails 0 Best hosting for student's practice and pet projects? Should support rails ulver 2009-04-26T14:33:21Z 2009-04-26T23:32:18Z <p>Hi I'm looking for the cheapest hosting that would allow me to deploy a number of rails and non-rails apps along with maybe a blog and other goodies. Traffic is likely to be rather low, but still important. </p> <p>Like a portfolio site.</p> <p>What are good hosting providers for that?</p> http://stackoverflow.com/questions/790947/best-hosting-for-students-practice-and-pet-projects-should-support-rails/790989#790989 2 Answer by John Topley for Best hosting for student's practice and pet projects? Should support rails John Topley 2009-04-26T14:52:06Z 2009-04-26T14:52:06Z <p>Try <a href="http://dreamhost.com/" rel="nofollow">DreamHost</a> or <a href="http://slicehost.com/" rel="nofollow">Slicehost</a>.</p> http://stackoverflow.com/questions/790947/best-hosting-for-students-practice-and-pet-projects-should-support-rails/790991#790991 0 Answer by Dmitris for Best hosting for student's practice and pet projects? Should support rails Dmitris 2009-04-26T14:52:22Z 2009-04-26T14:52:22Z <p>So you probably need shared hosting account. For cheap hosting you can try <a href="http://www.hostgator.com/shared.shtml" rel="nofollow">http://www.hostgator.com/shared.shtml</a> , they very good, i been with them for a year and never had problem. When i was canceling my account (and moving to the asp.net hosting), somebody called from their company to confirm cancellation.</p> http://stackoverflow.com/questions/790947/best-hosting-for-students-practice-and-pet-projects-should-support-rails/791032#791032 2 Answer by Saleh Al-Zaid for Best hosting for student's practice and pet projects? Should support rails Saleh Al-Zaid 2009-04-26T15:17:25Z 2009-04-26T15:17:25Z <p>List of free ruby on rails hosting: <br/> <a href="http://www.khimhoe.net/2006/07/22/free-ruby-on-rails-hosting/" rel="nofollow">http://www.khimhoe.net/2006/07/22/free-ruby-on-rails-hosting/</a></p> http://stackoverflow.com/questions/790947/best-hosting-for-students-practice-and-pet-projects-should-support-rails/791527#791527 2 Answer by Steve Klabnik for Best hosting for student's practice and pet projects? Should support rails Steve Klabnik 2009-04-26T20:17:34Z 2009-04-26T20:17:34Z <p><a href="http://heroku.com/" rel="nofollow">Heroku</a> just came out of beta. Their cheapest plan with only one dyno is free. You have a very limited amount of storage, but deployment is as easy as pushing to a git repository.</p> http://stackoverflow.com/questions/790947/best-hosting-for-students-practice-and-pet-projects-should-support-rails/791829#791829 3 Answer by srboisvert for Best hosting for student's practice and pet projects? Should support rails srboisvert 2009-04-26T23:32:18Z 2009-04-26T23:32:18Z <p>Go with Slicehost (or another VPS). Since you are a student you will be only doing yourself favours by learning how to setup and use the full stack yourself. Because it is a VPS you have to do most of it yourself and Slicehost provides nice tutorials on how to do most of it. It's been rock solid for me so far.</p> <p>You can get a functional 256MB slice for $20usd a month. </p> <p>Heroku is a managed solution (they do a lot of the work for you and I haven't worked out the price differences since they only just went commercial but they should be a bit more expensive than slicehost - but I am only guessing about this). Dreamhost doesn't give you as much control (but is far far cheaper).</p> <p>So my vote is to skip a night of drinking a month and learn ubuntu servers setup (DNS, vhosts, apache etc, capistrano deployment, SVN and mongrel, nginx, passenger while you learn rails. Maybe also throw in SMTP, Starling &amp; Workling and monit/god.</p>