This repository provides a simple Python web application using Anaconda as the package manager. This application is intended to be deployed on OpenShift 3.
This project is no longer actively maintained and has been archived on Jan 7, 2025.
- 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
- When generating the
requirements.txt
, you should use thelinux
channel (Usedocker run -i -t continuumio/miniconda3 /bin/bash
to generate it)
See LICENSE for details.