Skip to content

sesmith177/hwc-buildpack

 
 

Repository files navigation

hwc-buildpack

A Cloud Foundry buildpack for Windows applications.

Additional information can be found at CloudFoundry.org.

Dependencies

Building

./scripts/build.sh

Test

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

Use in Cloud Foundry

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

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.

About

Cloud Foundry buildpack for Hosted Web Core

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C# 62.8%
  • Go 24.0%
  • Ruby 9.9%
  • PowerShell 1.0%
  • Shell 1.0%
  • Batchfile 0.8%
  • Classic ASP 0.5%