Skip to content

A complete Visual Studio 2017 development environment using Vagrant.

License

Notifications You must be signed in to change notification settings

C-Howard/vagrant-vs2017-devbox

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

57 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Windows 10 Pro Vagrant Development Box

Setup

Requirements

Vagrant - Link
Vagrant-Reload Plugin: vagrant plugin install vagrant-reload
Vagrant-HostManager Plugin: vagrant plugin install vagrant-hostmanager

Getting Started

Providers for VirtualBox, VMware and Parallels are pre-configured.
All hypervisors except VirtualBox will need a matching Vagrant provider plugin installed.
For Parallels: vagrant plugin install vagrant-parallels

To use the default settings, execute from repo root: vagrant up
Now sit back while Vagrant provisions your new development machine.
Provisioning can take many hours, be patient.

Information

This is built for use with a Packer Windows 10 base image.
Packer setup repository: GitHub link
A pre-built default box will be downloaded on first run.

Default hypervisor settings are: 4 CPU's and 8 GB memory.
This can be changed in Vagrantfile.

Software

Look HERE for a list of installed and recommended software.

About

A complete Visual Studio 2017 development environment using Vagrant.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • PowerShell 99.3%
  • Batchfile 0.7%