/DiegoMVC

A minimal MVC project for testing Cloud Foundry Diego deployments

Primary LanguageC#

DiegoMVC

A minimal MVC project for testing Cloud Foundry Diego deployments

Prerequisites

To push this app, you need to download the diego plugin and deploy to an environment with .NET support

Preparation

Build from source

Clone this repo. Open in Visual Studio, and publish using the Pivotal profile.

Using the binaries

Download the zip and extract it.

Deploy

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