Home

Awesome

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 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

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