views:

225

answers:

5

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.

Like a portfolio site.

What are good hosting providers for that?

+2  A: 

Try DreamHost or Slicehost.

John Topley
+1 for slicehost.com
ceretullis
A: 

So you probably need shared hosting account. For cheap hosting you can try http://www.hostgator.com/shared.shtml , 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.

Dmitris
+2  A: 

List of free ruby on rails hosting:
http://www.khimhoe.net/2006/07/22/free-ruby-on-rails-hosting/

Saleh Al-Zaid
+2  A: 

Heroku 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.

Steve Klabnik
+3  A: 

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.

You can get a functional 256MB slice for $20usd a month.

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).

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 & Workling and monit/god.

srboisvert
heroku has a free option for small apps
Brian Armstrong
That's a good point but I feel heroku does too much of the work for you. It's a good idea if you want to focus just on rails but if you want to learn the ins and outs of full stack deployment on non-heroku servers I still think you are better off getting your own slice and learning the hard way.
srboisvert