cloudfoundry/hwc-buildpack

Name: hwc-buildpack

Owner: Cloud Foundry

Description: Cloud Foundry buildpack for Hosted Web Core

Created: 2017-02-07 16:29:21.0

Updated: 2018-05-08 18:25:41.0

Pushed: 2018-05-23 21:19:21.0

Homepage: http://docs.cloudfoundry.org/buildpacks/

Size: 44949

Language: C#

GitHub Committers

UserMost Recent Commit# Commits

Other Committers

UserEmailMost Recent Commit# Commits

README

Cloud Foundry HWC Buildpack

A Cloud Foundry buildpack for Windows applications.

Additional information can be found at CloudFoundry.org.

Dependencies
Building the Buildpack

To build this buildpack, run the following command from the buildpack's directory:

  1. Source the .envrc file in the buildpack directory.

    ce .envrc
    

    To simplify the process in the future, install direnv which will automatically source .envrc when you change directories.

  2. Install buildpack-packager

    ripts/install_tools.sh
    
  3. Build the buildpack

    dpack-packager build [ --cached=(true|false) ]
    
  4. Use in Cloud Foundry

    Upload the buildpack to your Cloud Foundry and optionally specify it by name

    reate-buildpack [BUILDPACK_NAME] [BUILDPACK_ZIP_FILE_PATH] 1
    ush my_app -b [BUILDPACK_NAME] -s windows2012R2
    
Testing

Buildpacks use the Cutlass framework for running integration tests.

To test this buildpack, run the following command from the buildpack's directory (must be run against a Cloud Foundry deployment with Windows cells):

  1. Source the .envrc file in the buildpack directory.

    ce .envrc
    

    To simplify the process in the future, install direnv which will automatically source .envrc when you change directories.

  2. Run unit tests

    ripts/unit.sh
    
  3. Run integration tests

    ripts/integration.sh
    
Help and Support

Join the #greenhouse channel in our Slack community if you need any further assistance.

Active Development

The project backlog is on Pivotal Tracker.


This work is supported by the National Institutes of Health's National Center for Advancing Translational Sciences, Grant Number U24TR002306. This work is solely the responsibility of the creators and does not necessarily represent the official views of the National Institutes of Health.