Skip to content

Latest commit

 

History

History
20 lines (15 loc) · 374 Bytes

README.md

File metadata and controls

20 lines (15 loc) · 374 Bytes

python-cf-sample

A barebones Python app, which can easily be deployed to Cloud Foundry.

Deploying to Cloud Foundry

Clone this repo:

$ git clone https://github.com/gfoligna/python-cf-sample.git ; cd python-cf-sample

Create a MySQL service:

$ cf create-service cleardb spark python-mysql

If you are ready to push, go ahead (:

$ cf push