Metadata >> Chocolatey

Chocolatey

Access

You can access data in this repository using the tools and addresses described below.

NuGet

Feed URL (HTTP Basic authentication):
http://nuget.gw.symbolsource.org/Public/Chocolatey/FeedService.mvc
Feed URL (pre-authenticated):
http://nuget.gw.symbolsource.org/Public/%login%/%key%/Chocolatey/FeedService.mvc
Publish URL:
http://nuget.gw.symbolsource.org/Public/Chocolatey
Saving authentication (for each registered key):
nuget setapikey %key% -Source     http://nuget.gw.symbolsource.org/Public/Chocolatey
Pushing packages (with each registered key):
nuget push *.nupkg -Source     http://nuget.gw.symbolsource.org/Public/Chocolatey
nuget push *.nupkg %key% -Source     http://nuget.gw.symbolsource.org/Public/Chocolatey

OpenWrap

Repository URL (HTTP Digest authentication):
http://openwrap.gw.symbolsource.org/Public/Chocolatey
Saving repository info:
o add-remote -Name Chocolatey -Href     http://openwrap.gw.symbolsource.org/Public/Chocolatey
o add-remote -Name Chocolatey -Href     http://openwrap.gw.symbolsource.org/Public/Chocolatey
 -Username %login% -Password %password%
Publishing packages:
o publish-wrap -Path *.wrap -Remote Chocolatey
o publish-wrap -Path *.wrap -Remote Chocolatey -User %login% -Pwd %password%

Projects

A project on SymbolSource corresponds directly to a unique NuGet or OpenWrap package name, or to a separate release of an independent project (like in the case of Castle components: Castle Core, Castle ActiveRecord etc.).

Icon Name Related
SymbolSource.DemoApplication
SymbolSource.Integration.NuGet.CommandLine