Installing a Package in an Openshift Container (Kind Of)

07.25.2017

TODO Better title. Ping me with ideas!

Fair warning: This article assumes that you have a decent understanding of Openshift from the outset, because explaining all the concepts used here would take too much space. I'll try to link to resources where applicable though, so that words don't go undefined …

read more

How to Deploy a Private Git Repo to Openshift

06.15.2017

Openshift is Redhat's platform as a service, aka a place for you to deploy your application to (think Heroku, Google App Engine, or AWS Beanstalk). They have a tool called Source 2 Image (S2I) that allows you to pass in a source (in the form of a docker image, git …

read more