Skip to content

sneal/dotnetdevbox

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

.NET Development Box

Vagrantfile and supporting recipes to create a Windows 2012R2 Server .NET 4.6.1 development environment.

Installed Apps

  • 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

Requirements

  1. Vagrant 1.8.6+
  2. VirtualBox 5.1+

Usage

$ 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.

Adding/Updating Chef Cookbooks

If you'd like to add a new Chef cookbook to execute, you must do the following:

  1. Add the cookbook to the runlist in the Vagrantfile
  2. Add the cookbook to the Berksfile as a dependency.
  3. Re-run Berkshelf berks vendor ./cookbooks to vendor the new dependency and commit the cookbook to this repo. To vendor cookbooks you need the ChefDK installed.

About

.NET development box

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors