This Vagrantfile creates a windows vm for use in java Development
Provision the system
vagrant up
RDP into the system
vagrant rdp
- Note: this requires rdp to be installed.
- chocolatey package manager
- oracle jdk 8
- maven
- git
- posh-git
- intellij community edition
- 7zip
memory = 4Gb
cpu = 2
User = vagrant
Password = vagrant
Shared Folders
# maven settings will be copied to the $HOME\.m2
~/.m2 -> C:\shares\.m2
# ssh keys will be copied to $HOME\.ssh
~/.ssh -> C:\shares\.ssh