Skip to content

Latest commit

 

History

History
33 lines (22 loc) · 1.28 KB

File metadata and controls

33 lines (22 loc) · 1.28 KB

Forking the buildpack

To fork the Buildpack and host your own binaries, then complete the following:

  1. Fork the ibm-websphere-liberty-buildpack.

  2. Clone the forked repository to your local machine.

  3. Download the wlp-developers-runtime-8.5.5.3.jar from wasdev.net.

  4. Download the latest IBM JRE for Linux from the developerWorks Java site. The download will be in an archive .bin format.

  5. Copy the binaries to a location that the buildpack will be able to access via HTTP. For details see Repositories. For an example see Setting up your Web Server

  6. Modify the code in config/ibmjdk.yml to point to the JRE.

  7. Modify the code in config/liberty.yml to point to Liberty.

  8. Commit and push the changes

  9. You should now be able to deploy applications to your forked buildpack with the following command:

cf push <APP-NAME> -p <ARCHIVE> -b <URL to forked repository>