link to part 1 article + repo

This commit is contained in:
Dr Nic Williams 2019-05-22 10:01:19 +10:00
parent 55d50d5f86
commit 3b068f224f
1 changed files with 6 additions and 0 deletions

View File

@ -6,6 +6,12 @@ In this sample project, we use a buildpack to create a dummy executable `config-
Run through the demonstration below, and then see the highlights of parts of this repo/buildpack.
## Part 1?
If this is "Part 2", where is "Part 1"?
I consider Tim Downey's post [How to Push an App to Cloud Foundry with Sidecars](https://www.cloudfoundry.org/blog/how-to-push-an-app-to-cloud-foundry-with-sidecars/) to be "Part 1" in a series of articles and companion repositories. The companion repo for Tim's article is https://github.com/cloudfoundry-samples/capi-sidecar-samples which contains a Ruby application and a sidecar application.
## Requirements
This demonstration of sidecars requires a Cloud Foundry running [capi-release](https://github.com/cloudfoundry/capi-release) [`1.79.0`](https://github.com/cloudfoundry/capi-release/releases/tag/1.79.0) or greater (for example [cf-deployment v7.11.0](https://github.com/cloudfoundry/cf-deployment/releases/tag/v7.11.0) or higher).