This is a (very) simple Flask application that shows how the built-in Python buildpack detection on Cloud Foundry works.
To push to Cloud Foundry, log in and then use
$ cf push myapp-name
Cloud Foundry: http://cloudfoundry.org
- Python is a first class language
- Deploy with
cf push myapp
- Scale with
cf scale myapp ...
You can try Cloud Foundry by signing up for a free trial at Pivotal Web Services.
Anybody got troubles? I get "ERR Uploading failed" while doing cf push. (uploading droplets failed)