Thanks to visit codestin.com
Credit goes to github.com

Skip to content

bverkley/hello-python

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Cloud Foundry / Python / Flask Example

The sample is using Flask microframework and is intented to demonstrate the Python support on Pivotal's Cloud Foundry.

Deploy Version 1 (ultra basic, easy to understand)

cd version1
cf push <app_name>

Deploy Version 2 (cleaner, more idiomatic with manifests/templates, etc)

cd version2
cf push

About

A sample Python/Flask web application deployable to Cloud Foundry

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 84.7%
  • HTML 15.3%