A minimal MVC project for testing Cloud Foundry Diego deployments
To push this app, you need to download the diego plugin and deploy to an environment with .NET support
Clone this repo. Open in Visual Studio, and publish using the Pivotal profile.
Download the zip and extract it.
cf push diegoMVC -m 1g -s windows2012R2 -b https://github.com/ryandotsmith/null-buildpack.git --no-start -p ./
cf enable-diego diegoMVC
cf start diegoMVC