christofmarti / cf-hello

Cloud Foundry Hello world and scale demo.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

cf-hello

Demonstrate application instance installation and scaling on Cloud Foundry with this simple (one Groovy file, one HTML file) Spring Boot CLI application!

Running on Cloud Foundry

$ cf push

SCALE!

$ cf scale cf-hello -i 5

(or some reasonable number for your CF cloud!)

What you get:

screenshot

About

Cloud Foundry Hello world and scale demo.


Languages

Language:Groovy 52.0%Language:HTML 48.0%