Getting started
- Install virtual-box https://www.virtualbox.org/wiki/Downloads
- Install vagrant https://www.vagrantup.com/downloads.html
- Install github https://git-scm.com/downloads
- Clone VIVIS repo to desired folder
git clone https://github.com/jacobben85/vivis.git
To start up your guest machine
- cd vivis
- vagrant up
your server should be now up and running.
the guest ip will be 192.168.56.102
Other useful commands
- vagrant halt
- vagrant destroy
To test your server, in the vivis folder look for a folder called default
Try https://192.168.56.102:8080 to check if yaws server is running on the guest