Show HN: Build your own Heroku on your own servers
11–20 of 110 posts
Re: Show HN: Build your own Heroku on your own servers
#12Re: Show HN: Build your own Heroku on your own servers
#13Can you explain with some technical depth how you are actually deploying/configuring the app, what languages/libraries are supported, where/how DBs & external services are run/connected to, how web traffic gets routed/proxied to the apps, etc?
Re: Show HN: Build your own Heroku on your own servers
#14Re: Show HN: Build your own Heroku on your own servers
#15This is awesome! I see there's Linode support built in - any plans to do the same with Digital Ocean?
Re: Show HN: Build your own Heroku on your own servers
#16Or maybe will wok on top of the heroku buildpacks?
Re: Show HN: Build your own Heroku on your own servers
#17The neatest thing is being able to transfer your stuff to another provider within minutes. I haven't tried the manual thingy yet, seemed like too much fiddling, really.
The cost in my case isn't significant, less than an hours worth monthly. I'd have wished for more frameworks as RoR isn't really my weapon of choice.
Re: Show HN: Build your own Heroku on your own servers
#18Awesome idea solving a real pain. Timely too given recent headaches with AWS sneezes.. Every time AWS has an issue, our site on Heroku is affected. Can you speak to SLA, downtime/uptime of service?
Re: Show HN: Build your own Heroku on your own servers
#19No mention of what size instances are being created on aws seems a bit scary. Otherwise cool. I'd use it if it were self hosted and available for node.
Actually you get to choose what sizes you want (whichever cloud provider you choose). See here: http://blog.cloud66.com/post/39922150128/custom-server-sizes...
Re: Show HN: Build your own Heroku on your own servers
#20Can you give a technical explanation of how this actually works? Heroku works by compiling your git repository with a buildpack into a "slug" and then booting that slug on a cookie-cutter LXC image running on an EC2 VM, according to process types you defined in your Procfile and the scaling you set through heroku's API, and then routing web traffic to your web processes. etc etc. Can you explain with some technical d…
Happy to answer specific questions