You are running a Simple Chocolatey Package Repository v0.2.5.0

chocolatey logo

View your packages (Atom-based feed, will show up differently in different browsers). To interact with this repository, you will be using Chocolatey from client machines.

Information

Querying / Installing Packages

Add the following URL to the list of Chocolatey sources:

http://choco.medialog.fr/chocolatey
Example: choco source add --name=internal_machine --source=http://choco.medialog.fr/chocolatey
For more examples and switches, please see the source command.
To add authentication, please see additional instructions ("Administrator Information" section) when you connect to this repo from localhost.

Adding/Pushing Packages

Use the command below to push packages to this repository:
choco push [{package file}] --source http://choco.medialog.fr/chocolatey [--api-key={apikey}]
To add the package push API key to the client machines you use for packaging, use the following:
choco apikey --source="http://choco.medialog.fr/chocolatey" --api-key={apikey}

Installing Chocolatey On Client Machines

PowerShell.exe - copy and paste the following into the shell and press enter:

Set-ExecutionPolicy Bypass -Scope Process -Force; iex ((New-Object System.Net.WebClient).DownloadString('http://choco.medialog.fr/install.ps1'))

Cmd.exe - copy and paste the following into cmd.exe and press enter:

@"%SystemRoot%\System32\WindowsPowerShell\v1.0\powershell.exe" -NoProfile -InputFormat None -ExecutionPolicy Bypass -Command "iex ((New-Object System.Net.WebClient).DownloadString('http://choco.medialog.fr/install.ps1'))" && SET "PATH=%PATH%;%ALLUSERSPROFILE%\chocolatey\bin"

Integrations: When using Infrastructure Management Tools, ensure you've put a chocolatey.nupkg on this repository.

Based on NuGet.Server v3.0.2