Skip to content

Latest commit

 

History

History
15 lines (11 loc) · 421 Bytes

readme.md

File metadata and controls

15 lines (11 loc) · 421 Bytes

Demo: Flask hello-world in Rahti

This simple application will display all JPG photos located in the '/static' folder.

Quickstart

Create new application with source-to-image tools:

oc new-app https://github.com/cscfi/rahti-flask-hello --name="course-flask-demo"

Create the route for the application

oc create route edge --service=course-flask-demo --insecure-policy='Redirect' --port=8080