I would like to create a custom nuget feed at work, but the computer that I want to host it from doesn't have IIS installed and I can't get it installed either. So I wanted to create my own self-hosted feed, but I'm not sure where to start. I already have a visualSVN server running on this computer, so I know that apache is already installed. Is there a way to host a nuget feed without IIS?
You should be able to use a share. See the section Creating Local Feeds here.
So, if your share is located at \\server\nugetfeed
, replace c:\LocalNuGetFeed
in the example with that location.