Skip to content
This repository has been archived by the owner on Jan 7, 2025. It is now read-only.

Simple Flask example using Docker to deploy on OpenShift 3.

License

Notifications You must be signed in to change notification settings

idealo/flask-openshift-example

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Flask Sample Application on OpenShift 3

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.

Getting Started

  1. Deploy app: oc new-app git@github.com:idealo/flask-openshift-example.git --name=flask-app
  2. Remove app: oc delete all --selector app=flask-app
  3. Rebuild app: oc start-build flask-app

Notes

  • When generating the requirements.txt, you should use the linux channel (Use docker run -i -t continuumio/miniconda3 /bin/bash to generate it)

Copyright

See LICENSE for details.

About

Simple Flask example using Docker to deploy on OpenShift 3.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 3

  •  
  •  
  •