Ask HN: Heroku or Not?
1–10 of 57 posts
Re: Ask HN: Heroku or Not?
#2Re: Ask HN: Heroku or Not?
#3Re: Ask HN: Heroku or Not?
#4Don't fret optimizing your hosting bill until it gets large enough to be an issue!
Re: Ask HN: Heroku or Not?
#5Re: Ask HN: Heroku or Not?
#6$ git push master heroku
is a lot cheaper then:
Setup a machine. Then setup mysql, nginx, REE 1.8.6, or did you go with MRI 1.9.1? You're not gonna launch on Rails3 right? Because then you can't do 1.9.1, you have to go to 1.9.2. And you know how to setup nginx to pipe requests through to a Rails app. Are you going with Passenger or Unicorn? Oh make sure to bring up another machine to act as a MySQL slave. You know how to do that right? And you're dumping your DB to disk and backing up to S3 regularly right. Just write a simple script/cron job to handle that. And when you setup your machines you made sure to setup 2 so that if one goes down, the other will still be around, and you setup a load balancer that will realize when one of those machines goes down right?
etc.... :)
Re: Ask HN: Heroku or Not?
#7git push master heroku
is reason enough to give it a shot.
Joyent may be another option...
Re: Ask HN: Heroku or Not?
#8EY has its upsides (and downsides), but definitely requires more sysadmin experience.
Re: Ask HN: Heroku or Not?
#9I would much rather spend my time building my product than dealing with all of the fiddly bits of managing web servers, databases, full text search setup, security, patching, etc.
If need arises, migrating off Heroku in the future shouldn't be too challenging.
Also, if you do choose to try out Heroku, pick up my iPhone/iPad app for managing your Heroku applications (http://dopplerapp.com). Good luck!
Re: Ask HN: Heroku or Not?
#10http://jarinheit.posterous.com/a-talk-i-gave-at-sd-ruby-depl...