A Cloud Foundry buildpack for Windows applications.
Additional information can be found at CloudFoundry.org.
./scripts/build.sh
Unit Tests:
cd src/compile
ginkgo -r -race
Integration Tests (must be run against a Cloud Foundry deployment with Windows cells):
BUNDLE_GEMFILE=cf.Gemfile bundle exec buildpack-build
Upload the buildpack to your Cloud Foundry and optionally specify it by name.
BUNDLE_GEMFILE=cf.Gemfile bundle exec buildpack-packager --{cached | uncached}
cf create-buildpack hwc_buildpack hwc_buildpack-<cache/version info>.zip 10
cf push my_app -b hwc_buildpack -s windows2012R2
Join the #greenhouse channel in our Slack community if you need any further assistance.
The project backlog is on Pivotal Tracker.