I haven't used it personally, but do you mean something like OpenStack ( http://www.openstack.org )?
Ask HN: Open source local equivalent for Heroku
11–20 of 21 posts
Re: Ask HN: Open source local equivalent for Heroku
#12Re: Ask HN: Open source local equivalent for Heroku
#13They've done a great job of documentation and on-boarding new people to try it out.
They have a nice set of ansible scripts or docker images which will get you up and running pretty quickly[1].
I currently run a lot of stuff in Azure, and there is a great deployment template to get your orgin cluster up and running here [2]
Underneath the hood it is just docker, kubernetes, and some other goodness. Color me super impressed with this.
Note, for something way, way, more simple I highly recomment Dokku [3]
[1] - https://github.com/openshift/openshift-ansible
Re: Ask HN: Open source local equivalent for Heroku
#14Re: Ask HN: Open source local equivalent for Heroku
#15There is also Redhat's Openshift Origin, the Open-source, host-it-yourself version of their Openshift platform. They've done a great job of documentation and on-boarding new people to try it out. They have a nice set of ansible scripts or docker images which will get you up and running pretty quickly[1]. I currently run a lot of stuff in Azure, and there is a great deployment template to get your orgin cluster up and…
It might not be the best solution if you want a PaaS but it is certainly a good CaaS platform.
Re: Ask HN: Open source local equivalent for Heroku
#16Re: Ask HN: Open source local equivalent for Heroku
#17Re: Ask HN: Open source local equivalent for Heroku
#18There is also Redhat's Openshift Origin, the Open-source, host-it-yourself version of their Openshift platform. They've done a great job of documentation and on-boarding new people to try it out. They have a nice set of ansible scripts or docker images which will get you up and running pretty quickly[1]. I currently run a lot of stuff in Azure, and there is a great deployment template to get your orgin cluster up and…
Openshift is moving from a PaaS system to a CaaS(Container as a Service) system. It might not be the best solution if you want a PaaS but it is certainly a good CaaS platform.
It would also seem that their developer onbarding leads with all the push to deploy tutorials. And then cartridges.
Re: Ask HN: Open source local equivalent for Heroku
#19"cloud platform" and "host locally" are contradictory. Do you mean hosting on your own hardware, a server colocated in a data center, or hosted in the cloud such as EC2??