Run one simple command to easily set up your Windows or Mac machine for Chef cookbook development in about 20 minutes.
- If you are on a Windows machine, you will need at least PowerShell 3.0. We recommend PowerShell 5.0 because it supports Microsoft DSC.
Copy the PowerShell command below and paste them into a PowerShell Admin console. This will download and run the bootstrap script on your workstation.
$ScriptFromGithHub = Invoke-WebRequest https://raw.githubusercontent.com/apple-sauce/chefdk_bootstrap/master/bootstrap.ps1
Invoke-Expression $($ScriptFromGithHub.Content)
This cookbook installs the following programs: Tools Version
- ChefDK 3.0.36
- Chocolatey: latest
- ConEmu: latest
- Visual Studio Code: latest
- Vagrant: 2.1.1
- Virtual Box: 5.2.12