Skip to content

Latest commit

 

History

History
16 lines (11 loc) · 435 Bytes

readme.md

File metadata and controls

16 lines (11 loc) · 435 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"

Expose the application at "http://course-flask-demo.rahtiapp.fi"

oc expose svc/course-flask-demo --hostname="course-flask-demo.rahtiapp.fi"