Live data from Hacker News

Can you build your own private Heroku platform?

news.ycombinator.com

1–3 of 3 posts

Re: Can you build your own private Heroku platform?

#3
I've started looking at Cloud Foundry (http://www.cloudfoundry.com/) which is an open source PaaS solution.

I found two ways you can get it up and running on a private server, either by using the Ubuntu package (http://conrey.org/2011/10/20/cloudfoundry-zero-to-server-in-...) or by using the install script from the GitHub repo and getting the latest version (https://github.com/cloudfoundry/vcap).

I haven't actually gotten a chance to play with it yet so I can't tell you how it is, but looks promising :)