https://github.com/wenzel/vagrant-oswatcher
Vagrant environment for OSWatcher
https://github.com/wenzel/vagrant-oswatcher
Last synced: 4 months ago
JSON representation
Vagrant environment for OSWatcher
- Host: GitHub
- URL: https://github.com/wenzel/vagrant-oswatcher
- Owner: Wenzel
- License: gpl-3.0
- Created: 2019-12-08T21:00:26.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2019-12-22T16:05:55.000Z (over 6 years ago)
- Last Synced: 2025-01-02T05:13:09.821Z (over 1 year ago)
- Size: 19.5 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# vagrant-oswatcher
Vagrant environment for OSWatcher
## Requirements
- [Vagrant](https://www.vagrantup.com/) `>= 2.2.6`
- `Hyper-V`
## Setup
git clone https://github.com/Wenzel/vagrant-oswatcher
Edit `vagrant-oswatcher/Vagrantfile` and set the local path to [`oswatcher`](https://github.com/Wenzel/oswatcher)'s repo
~~~Ruby
oswatcher_path = "/path/to/oswatcher"
~~~
## Usage
cd vagrant-oswatcher
vagrant up --provider hyperv
At this point you can either login to the machine with `vagrant ssh`,
or connect via Hyper-V manager and login to the desktop, since `XFCE` has been installed.
credentials: `vagrant/vagrant`
When you are done playing, you can simply `vagrant destroy` to tear down the machine.