Skip to content
davidfowl edited this page Jun 18, 2012 · 51 revisions

Prerequisites

  • IIS >= 7 (Configured to run ASP.NET 4.0)
  • Use WebPI and install IIS and ASP.NET 4.0
  • If you have MVC4 installed, uninstall it.

Deploying your first application

  1. First clone the repository.

     git clone git://github.com/projectkudu/kudu.git
    
  2. Open Kudu.sln as Administrator and build it.

  3. Set Kudu.Web as the startup project and run!

After running Kudu.Web, you should be able to use the dashboard to manage your application. Below is a walk through on how to create and deploy your first application using git.

Step 1

Create an application.

Step 1

Step 2

Give it a name.

Step 2

Step 3

Copy the git url and push.

Step 3

Step 4

You're live!

Step 4

Clone this wiki locally