Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/erikgartner/vagrant-windows-base

A configuration file for a Windows vagrant box
https://github.com/erikgartner/vagrant-windows-base

vagrant

Last synced: about 2 months ago
JSON representation

A configuration file for a Windows vagrant box

Awesome Lists containing this project

README

        

# Windows Vagrant Box
This is the files for a Vagrant base box for Windows.

## Requirements

- Install Vagrant
- Install VirtualBox
- Install Vagrant plugins

```bash
vagrant plugin install winrm --plugin-version 1.8.1
vagrant plugin install winrm-fs
```

## Usage

1. Download the Vagrant box (private link) and save to `pathofexile.box`
2. Add box: `vagrant box add pathofexile.box --name SomeVM`
3. `vagrant init SomeVM`
4. `vagrant up`