/chef-localmode-windows

Run Chef Cookbook standalone on Windows starting point

Primary LanguageRubyMIT LicenseMIT

Prerequisites

Open a PowerShell session as administrator

  1. Install chocolatey package manager.
$ iwr https://chocolatey.org/install.ps1 -UseBasicParsing | iex
  1. -Install cmder chocolatey package: git,bash and cool commandline
$ choco install cmder -y

Cmder session

Open a new cmder session by searching cmder in the windows launch search. This will get you into a an improved terminal emulator "bash friendlier".

NOTE: all other guides expect you to be running cmder.