TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Can you build your own private Heroku platform?

1 pointsby overworkedasianalmost 13 years ago
is it even possible to roll out your own private heroku-like hosting platform? with all these AWS problems, people that rely on Heroku have little choice but to run their own Rails server if they dont want to use Heroku.

2 comments

nicolaheryalmost 13 years ago
I've started looking at Cloud Foundry (<a href="http://www.cloudfoundry.com/" rel="nofollow">http://www.cloudfoundry.com/</a>) which is an open source PaaS solution.<p>I found two ways you can get it up and running on a private server, either by using the Ubuntu package (<a href="http://conrey.org/2011/10/20/cloudfoundry-zero-to-server-in-7-steps/" rel="nofollow">http://conrey.org/2011/10/20/cloudfoundry-zero-to-server-in-...</a>) or by using the install script from the GitHub repo and getting the latest version (<a href="https://github.com/cloudfoundry/vcap" rel="nofollow">https://github.com/cloudfoundry/vcap</a>).<p>I haven't actually gotten a chance to play with it yet so I can't tell you how it is, but looks promising :)
jaekwonalmost 13 years ago
Not that I'm aware of. There are EC2-alikes, methinks that's what Eucalyptus is about. I might start looking there, to build upon their open source.<p>Let me know what you find, I'm interested in this space.