The easiest and fastest way to get the nuget package and run it is to simply launch the package explorer โ create a new package โ drag your DLL files into the โPackage Contentsโ area, it will ask if you want the DLL in the โlibโ folder, what do you do , โ create some metadata about the package, that is, give it a description and version and something else, and then just save it.
After saving it, you can copy the .nupkg file to a shared folder - the file system on a centralized server is great if you have access to one, and then configure access to this "feed" (ie shared folder) in visual studio (tools -> options -> Package Manager -> Package Sources), thus:

If you want to host packages via http, you can follow these instructions: https://github.com/NuGet/NuGetGallery/blob/master/README.markdown .
Greg smith
source share