Suggestions? Thanks!
Ask HN: What is the easiest way to host a Rails app?
1–10 of 22 posts
Re: Ask HN: What is the easiest way to host a Rails app?
#2Aside from that, you can search for tutorials related to blank slate hosts like Slicehost and Linode - they tend to cover rails well.
Re: Ask HN: What is the easiest way to host a Rails app?
#3This 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.
Re: Ask HN: What is the easiest way to host a Rails app?
#4Re: Ask HN: What is the easiest way to host a Rails app?
#5This 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?
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 some things yourself.
Re: Ask HN: What is the easiest way to host a Rails app?
#6Re: Ask HN: What is the easiest way to host a Rails app?
#7Re: Ask HN: What is the easiest way to host a Rails app?
#8have you tried heroku.com?
Re: Ask HN: What is the easiest way to host a Rails app?
#9http://blog.fiveruns.com/2008/10/20/automatic-production-rai... -- it's a no-fuss script for bringing up production Rails on slicehost.
Re: Ask HN: What is the easiest way to host a Rails app?
#10Earlier quoted context omitted.
Slicehost.com does have some nice tutorials for just getting started. Is there a turnkey solution out there?
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…