Dienstag, 21. April 2015

A quick and simple, throw-away NuGet server

We are just beginning to work on a small open source lib for NuGet-powered plugin management called NuPlug. For testing purposes it would be nice to have a little, throw-away NuGet server. Since i am a big fan of vagrant and docker i did a quick search on the docker ecosystem dockerhub finding jonathanmorley/nuget. However, this is just an example of running the NuGet client within docker, not the server.

For a NuGet server, you can simply build your own. But if you want it even simpler, you can use the standalone-branch of TeamCity NuGet support. I hacked together a few files that install and start the standalone NuGet feed on mkoertgen/hello.nuget.server

Hopefully, someone will probably come up with a dockerfile that does just that.

2 Kommentare:

  1. About two years ago, i also tried jnuget which looked pretty decent but i rembember that i could not get it to work without glitches within about 15 minutes, so i skipped it.

    AntwortenLöschen
  2. We also considered chocolatey.server which installs a chocolatey/nuget server. However, we skipped it because we did not like it registering into local IIS. We just want an xcopy-deployable nuget server.

    AntwortenLöschen