Hacker News new | ask | show | jobs
by sayhello 5386 days ago
With what we have today, code on our pre-configured RoR stack will work on heroku.

What we have in the works is detecting if you have e.g. Redis and subscribing to that "addon" for you.

1 comments

Have you seen the dotcloud "build files" for specifying services? I wonder if trying to encourage standardization among cloud/app hosts on a service specification file like this would be beneficial, similar to Gemfile/Procfile/etc.

service 'redis', '~> 2.2.2'

http://docs.dotcloud.com/guides/build-file/

dotCloud team here. If there's interest, we'll happily contribute our specs and code to get things started.
I'd love to. I'll email you soon.
I smiled reading this exchange, very good-spirited. Hope you can successfully work together!