Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Hosting NuGet repository via Apache / http server

Is there any way that I can setup and host a NuGet repository on an Apache or related http server? I have code that I would like made available, and it turns out that I have an apache server as well. I know that there are public places that I could publish to, but I was curious about my own. Any ideas? Is it possible?

like image 703
A.R. Avatar asked Oct 06 '11 18:10

A.R.


People also ask

Where can I host private NuGet packages?

NuGet Gallery: Packages are hosted on an Internet server using the NuGet Gallery Project (github.com). NuGet Gallery provides user management and features such as an extensive web UI that allows searching and exploring packages from within the browser, similar to nuget.org.


1 Answers

If you need it i made a little nuget server with php. It works on apache with mod_rewrite and IIS: http://www.kendar.org/?p=/dotnet/phpnuget :)

like image 92
Kendar Avatar answered Sep 29 '22 22:09

Kendar