Files in this git repo will help you to install MS SQL2008R2 and IIS services on Windows Server 2012.
Before using them, do actions below in PowerShell as Administrator:
- Install Chef Client
msiexec /qn /i http://www.opscode.com/chef/install.msi
- Make the directory
new-item c:\tmp -itemtype directory
- Download and install Git
Invoke-WebRequest http://msysgit.googlecode.com/files/Git-1.8.4-preview20130916.exe -OutFile c:\chef\git-1.8.4.exe
C:\tmp\git-1.8.4.exe
Get-ChildItem -Path c:\tmp -Recurse -Force
- Reopen PS and download this git repo
git clone https://github.com/stamak/winchefsolo.git c:\chef
- Then again in PS enter command:
C:\opscode\chef\bin\chef-solo -c C:\chef\solo.rb -j C:\node.json