bmacauley / vagrant-windows

Vagrant Windows dev box

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Vagrant Windows Development Environment Stories in Ready

This Vagrantfile creates a windows vm for use in java Development

Usage

Provision the system

vagrant up

RDP into the system

vagrant rdp

  • Note: this requires rdp to be installed.

Installed Software

  • chocolatey package manager
  • oracle jdk 8
  • maven
  • git
  • posh-git
  • intellij community edition
  • 7zip

Specs

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

About

Vagrant Windows dev box

License:MIT License


Languages

Language:Ruby 74.3%Language:PowerShell 25.7%