Skip to content

Instantly share code, notes, and snippets.

@ncerny
Last active May 18, 2016 15:17
Show Gist options
  • Save ncerny/8d4aa3696e460668518f to your computer and use it in GitHub Desktop.
Save ncerny/8d4aa3696e460668518f to your computer and use it in GitHub Desktop.
Windows Development Kit for Chef
launch powershell with admin privileges
run:
Install-Package -name git -provider chocolatey
Install-Package -name chefdk -minimumVersion 0.6.0.1 -provider chocolatey
Install-Package -name atom -provider chocolatey
Open powershell window as user
apm install linter
apm install linter-foodcritic
apm install linter-rubocop
apm install language-chef
apm install pretty-json
Install-Module posh-git
. $PROFILE
You now have a Windows development environment for Chef Cookbooks that works the same way on OSX.
@gryte
Copy link

gryte commented Jun 4, 2015

the apm command isn't working in powershell...typo?

@gryte
Copy link

gryte commented Jun 5, 2015

aaaaand nm, I thought I had launched a new powershell session but must have been mistaken because it's working now

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment