From f2a4d92f20f6b7fa01b4cd1260ce825a255ba072 Mon Sep 17 00:00:00 2001 From: VimukthiPerera Date: Wed, 26 Jun 2019 14:17:08 +0530 Subject: [PATCH] Update the README with bpm_release instructions --- pattern-2/README.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/pattern-2/README.md b/pattern-2/README.md index a30c69d..68f9b5c 100644 --- a/pattern-2/README.md +++ b/pattern-2/README.md @@ -53,14 +53,15 @@ The first step in running API Manager on PCF is creating a BOSH release. The fol This may take up to 20 minutes. After the build is complete, a bosh-release is completed in the root of the `bosh-deployment` directory. This release pack is named `wso2am-2.6.0-bosh-release.tgz`. ## Building the Pivotal Tile for API Manager -1. Add the [routing-release](https://github.com/cloudfoundry/routing-release/releases/tag/0.178.0) provided by PCF to the root of the `tile` directory. This delivers HTTP and TCP routing for Cloud Foundry. -2. Copy the bosh release from the `bosh-release` directory into the `tile` directory by issuing the following command. +1. Add the [routing-release](https://github.com/cloudfoundry/routing-release/releases/tag/0.188.0) provided by PCF to the root of the `tile` directory. This delivers HTTP and TCP routing for Cloud Foundry. +2. Add the [bpm-release](https://github.com/cloudfoundry/bpm-release/releases/tag/v1.1.0) provided by PCF to the root of the `tile` directory. Routing release depends on this. +3. Copy the bosh release from the `bosh-release` directory into the `tile` directory by issuing the following command. ```bash cd bosh-release mv wso2am-2.6.0-bosh-release.tgz ../tile cd ../tile ``` -3. Run the build script to build the tile by issuing the following command. +4. Run the build script to build the tile by issuing the following command. ```bash ./build.sh ```