Skip to content

Commit

Permalink
Update with license info
Browse files Browse the repository at this point in the history
  • Loading branch information
ihuston committed Jun 14, 2015
1 parent 05ab9f1 commit 4ffc4ac
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,17 @@ Python Cloud Foundry Examples
First presented at [PyData London 2015](http://london.pydata.org).

This tutorial is an introduction to deploying Python applications
to [Cloud Foundry](http://cloudfoundry.org) and covers
to [Cloud Foundry](http://cloudfoundry.org) and covers:

* Pushing your first application to Cloud Foundry
* Using a custom buildpack to use PyData packages in your app
* Adding data services like Redis to your app

Each example app is self-contained and can be deployed to a Cloud Foundry
instance with

$ cf push

License: See LICENSE.txt in each example folder

Author: Ian Huston

0 comments on commit 4ffc4ac

Please sign in to comment.