Vagrantfile and supporting recipes to create a Windows 2012R2 Server .NET 4.6.1 development environment.
- VisualStudio 2015 Community Edition
- ReSharper Ultimate 2016
- DotPeek 2016
- SQL Server Express 2014
- SQL Server Management Studio 2016
- Cloud Foundry CLI
- Node.js
- Windows Git
- Notepad++
- BeyondCompare 4
- Google Chrome
- Fiddler 4
- 7-Zip
- Vagrant 1.8.6+
- VirtualBox 5.1+
$ git clone https://github.com/sneal/dotnetdevbox.git
$ cd dotnetdevbox
$ vagrant up
Up'ing the box will take a while (usually 20 to 60 minutes) depending on your internet connection speed. The base Windows Server box and the VisualStudio ISO are several gigabytes.
If you'd like to add a new Chef cookbook to execute, you must do the following:
- Add the cookbook to the runlist in the Vagrantfile
- Add the cookbook to the Berksfile as a dependency.
- Re-run Berkshelf
berks vendor ./cookbooksto vendor the new dependency and commit the cookbook to this repo. To vendor cookbooks you need the ChefDK installed.