Required
– VS2012
– NuGet.server 2.5.0.1
Create a new empty web application
Menu: File/new/Project
Right click the created project and click Manage NuGet Packages…
In the new project search for nuget. Install NuGet.Server
Open the web config and delete the complilation node as shown below
Run the application and you should see the following:
Per default elmah.axd can be used to view the logs.
Now your server project is ready, all you need to do now is deploy it to an IIS, create some packages and configuration your visual studio to use the new feed.
Links:
http://docs.nuget.org/docs/creating-packages/creating-and-publishing-a-package