Skip to content

phho/windows_app_lifecycle

 
 

Repository files navigation

windows app lifecycle

The windows application lifecycle implements the traditional Cloud Foundry deployment strategy.

The Builder downloads buildpacks and app bits, and produces a droplet.

The Launcher runs the start command using a standard rootfs and environment.

The Healthcheck runs a tcp port check, defaulting to port 8080.

The WebAppServer runs a HostableWebCore server to host the user's app.

Read about the app lifecycle spec here: https://github.com/cloudfoundry-incubator/diego-design-notes#app-lifecycles

Dependencies

  • 64 bit version of Windows (tested with Windows Server 2012 R2 Standard)
  • msbuild in PATH
  • Administrator access

building on the command line

  1. Run make.bat in cmd.

building in Visual Studio

  1. Install https://visualstudiogallery.msdn.microsoft.com/7a52473f-9e1a-40f3-8bd8-6c00ab163609 (nspec test runner)

  2. Open Visual Studio as Administrator. opening as admin visual studio running as admin

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C# 97.8%
  • Batchfile 1.9%
  • Classic ASP 0.3%