Skip to content

The simplest Hello World app that runs on Cloud Foundry using the Staticfile Buildpack.

License

Notifications You must be signed in to change notification settings

funcf/hello-static

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 

Repository files navigation

hello-static

The simplest Hello World app that runs on Cloud Foundry using the Staticfile Buildpack.

Usage: cf push static

Steps to regenerate the bare minimum:

mkdir hello-static
cd hello-static
touch Staticfile
echo 'Hello World!' > index.html

About

The simplest Hello World app that runs on Cloud Foundry using the Staticfile Buildpack.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages