How to create a nuget Server

Required
– VS2012
– NuGet.server 2.5.0.1

Create a new empty web application
Menu: File/new/Project

CreateWebApplication

Right click the created project and click Manage NuGet Packages…

In the new project search for nuget. Install NuGet.Server

NugetInstall

Open the web config and delete the complilation node as shown below

deleteWebConfig

Run the application and you should see the following:

running

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://nuget.codeplex.com/

http://www.nuget.org/

http://docs.nuget.org/docs/creating-packages/creating-and-publishing-a-package

Leave a Reply

Fill in your details below or click an icon to log in:

WordPress.com Logo

You are commenting using your WordPress.com account. Log Out /  Change )

Facebook photo

You are commenting using your Facebook account. Log Out /  Change )

Connecting to %s

This site uses Akismet to reduce spam. Learn how your comment data is processed.

%d bloggers like this: