This repository provides a simple Python web application. This application is intended to be deployed on OpenShift 3, but could be used in other environments with little adaptations.
- Deploy app:
oc new-app git@github.com:idealo/flask-openshift-example.git --name=flask-app
- Remove app:
oc delete all --selector app=flask-app
- Rebuild app:
oc start-build flask-app
See LICENSE for details.