Skip to content

Latest commit

 

History

History
17 lines (12 loc) · 821 Bytes

CF_README.md

File metadata and controls

17 lines (12 loc) · 821 Bytes

Cloud Foundry Python Buildpack

This is a fork of https://github.com/heroku/heroku-buildpack-python designed to support Cloud Foundry on premises installations.

This buildpack allows the Python Buildpack to work with Cloud Foundry. The upstream is dependent on Logplex, which is not available on other PaaS.

Notes to developers

  • In offline mode, this buildpack will fail with non-Git vcs dependencies in requirements.txt

  • When deploying an app with vendor dependencies, the buildpack does not attempt to download dependencies. Vendor all your dependencies in /vendor. See The PIP documentation for fast local installs.

  • Run git submodule init to fetch the buildpack-packager dependency