Live data from Hacker News

Ask HN: Best alternative to Heroku?

news.ycombinator.com

61–63 of 63 posts

Re: Ask HN: Best alternative to Heroku?

#61

Earlier quoted context omitted.

Just checked them out correct me if I'm wrong but they seem more like an alternative to rackspace or EC2. They provide a VM while heroku provides the full preconfigured application and deployment stack.

cloud66 provides the full deployment stack on EC2, rackspace, digitalocean and others. You can deploy any git repo and it will analyse the code and configure the ruby app based on the gemfile (postgres, memcache, redis, etc) and install it.

+1

I've been experimenting with Cloud66. Currently everything I have is on heroku. I'm going to be moving a few things over to cloud66.

It's definitely a little bit more work, but once you get over the learning curve and have your manifest/post-deploy hooks setup correctly... It's pretty much auto pilot. Scaling and deployment are a breeze.

I'm running it with digitalocean. Going to be saving a lot of $$.

My favorite part is running my own redis and memcached. No more need for expensive add-ons.

Re: Ask HN: Best alternative to Heroku?

#63
post #40

While on the topic, does anybody know any Heroku alternative that offers postgis, preferably at a more reasonable price than the 200$/month Heroku charge.

PostGIS is now available in public beta on all production tier databases (including the Crane/Kappa plans at $50/$100 a month) - https://postgres.heroku.com/blog/past/2013/4/30/building_loc...
Post reply on HN