How do I host Nuget Gallery in my own Azure website?

81 views Asked by At

I have downloaded nuget gallery code from git clone [email protected]:NuGet/NuGetGallery.git as mention I tried to setup gallery in local IIS but I failed getting error [No relevant source lines]

code contains all files(unnecessary also) :(

can anyone give me link for code that I can configure and host it on my Azure website?

1

There are 1 answers

0
Andrey Ershov On BEST ANSWER

Looking through commits history ayear ago I did these things:

  1. Removed from NuGetGallery.csproj
  2. Changed http://localhost/nuget to http://localhost:4040 in NuGetGallery.csproj
  3. Added to Config
  4. Added folder src/NuGetGallery/App_Data/Mail