Live data from Hacker News

Ask HN: What is the easiest way to host a Rails app?

news.ycombinator.com

11–20 of 22 posts

Re: Ask HN: What is the easiest way to host a Rails app?

#11
post #2

This article gives a decent overview: http://www.aidanf.net/deploying-rails-on-a-clean-ubuntu-slic... Aside from that, you can search for tutorials related to blank slate hosts like Slicehost and Linode - they tend to cover rails well.

Slicehost.com does have some nice tutorials for just getting started. Is there a turnkey solution out there?

Something to consider (not quite turnkey depending on how you look at it) is deprec. Quite a few people still swear by it:

http://www.deprec.org/

Re: Ask HN: What is the easiest way to host a Rails app?

#12
post #4

have you tried heroku.com?

Heroku is great.

Someone correct me if I'm wrong, but the main drawbacks at this point are that your app can't send email, and you can't do cron stuff.

The free service is great, and I'll have my wallet out when they offer premium with those types of features.

Re: Ask HN: What is the easiest way to host a Rails app?

#14
post #5

Earlier quoted context omitted.

Are you looking for something low-cost or more of a high-end managed service? MediaTemple has RoR grid containers and other hosts support Rails now, but I don't know of a turnkey solution ... although Heroku looks interesting. Seriously, if you get a slicehost slice w/ Ubuntu Hardy, Apache and mod_rails, you can get your app up in Plus, there's something to be said for getting on the server and learning how to do som…

Looking for something with a low barrier to entry, but with room to grow. Something not unlike AWS, but totally tuned for Rails. I'm thinking about building such a solution if nothing else works out. For my personal use if nothing else.

Perhaps there is an AWS machine image tuned for Rails?

Re: Ask HN: What is the easiest way to host a Rails app?

#15
post #12
post #4

have you tried heroku.com?

Heroku is great. Someone correct me if I'm wrong, but the main drawbacks at this point are that your app can't send email, and you can't do cron stuff. The free service is great, and I'll have my wallet out when they offer premium with those types of features.

You can send email from a 'blessed' app (just ask them and it's likely they'll give you their blessing). I'm not sure about background jobs, but I imagine it's in the works.

Re: Ask HN: What is the easiest way to host a Rails app?

#16

Earlier quoted context omitted.

Looking for something with a low barrier to entry, but with room to grow. Something not unlike AWS, but totally tuned for Rails. I'm thinking about building such a solution if nothing else works out. For my personal use if nothing else.

Perhaps there is an AWS machine image tuned for Rails?

Bingo: http://ec2onrails.rubyforge.org/
Post reply on HN