Skip to content

rickymax/cf-sample-app-python

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

cf-sample-app-python

Push a simple Python Flask App to Cloud Foundry

Prerequisites

1. Log into Cloud Foundry

cf login --skip-ssl-validation

2. Clone the sample App

git clone https://github.com/rickymax/cf-sample-app-python
cd cf-sample-app-python

3. Modify manifest to fit your requirements (optional)

Manifests provide consistency and reproducibility, and can help you automate deployment, especially of multiple applications at once. Learn more.

---
applications:
- name: tic100-sample-app
  random-route: true
  instances: 1
  memory: 128M
  disk_quota: 512M

4. Push the App

cf push

About

Push a simple Python Flask App to Cloud Foundry

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published