Skip to content
dtgm edited this page Feb 10, 2016 · 3 revisions

Create free account to submit on chocolatey.org

https://chocolatey.org/account/Register

Create/Retrieve API key for submitting packages

https://chocolatey.org/account

choco apiKey -k XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX -source https://chocolatey.org/

Install chocolatey

cmd: @powershell -NoProfile -ExecutionPolicy Bypass -Command "iex ((new-object net.webclient).DownloadString('https://chocolatey.org/install.ps1'))" && SET PATH=%PATH%;%ALLUSERSPROFILE%\chocolatey\bin

OR

posh: iex ((new-object net.webclient).DownloadString('https://chocolatey.org/install.ps1'))

Install pkgs for creating pkgs

Automate ketarin with Task Scheduler

taskschd.msc

C:\Windows\System32\cmd.exe /c C:\bin\ChocolateyPackageUpdater\ketarinupdate.cmd

powershell -Noprofile -NoExit -ExecutionPolicy Bypass -File C:\dev\choco\git-auto-commit.ps1