Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/erikgartner/vagrant-windows-base
- Owner: ErikGartner
- Created: 2017-09-10T15:52:22.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2017-09-12T13:58:43.000Z (over 7 years ago)
- Last Synced: 2024-10-11T11:01:15.846Z (4 months ago)
- Topics: vagrant
- Homepage:
- Size: 1000 Bytes
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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`