https://github.com/dazinator/nufridge
NuFridge is a web application for managing your NuGet feeds.
https://github.com/dazinator/nufridge
Last synced: 25 days ago
JSON representation
NuFridge is a web application for managing your NuGet feeds.
- Host: GitHub
- URL: https://github.com/dazinator/nufridge
- Owner: dazinator
- Created: 2014-10-02T18:04:50.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2014-09-30T20:26:26.000Z (over 11 years ago)
- Last Synced: 2024-04-13T21:44:35.791Z (about 2 years ago)
- Homepage:
- Size: 9.95 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
**NuFridge is a web application for managing multiple NuGet feeds.**
NuFridge is useful for anyone that wants to easily be able to get started with creating and managing NuGet feeds.
The NuGet feeds that are created are Klondike based feeds: https://github.com/themotleyfool/Klondike which means they use Lucene indexing for lightning fast performance.
## Features ##
- Create multiple NuGet feeds
- Retention policies for packages
## Requirements ##
- IIS (Internet Information Services)
- .NET Framework 4.5.1
## Installation ##
1. Create a website in IIS to host NuFridge
2. Create a website in IIS to host the NuGet Feeds (optional - it will be created automatically)
3. Edit the web.config app settings to have the correct MongoDB connection string and database name
4. Edit the web.config app settings to have the correct NuGet feed website information from step 2
5. Browse to the NuFridge website