Installation:
- Download Vagrant - https://www.vagrantup.com
- Download Virtual Box - https://www.virtualbox.org/wiki/Downloads
- Download Go Web Code - https://github.com/eXist73/golang
- Open Windows Command Console (cmd)
- Navigate to source directory: {go_web_code_root}/dev_box
- Run: vagrant up (Take 5/10 minutes)
- Run: vagrant ssh (Gets you inside the virtual instance)
- Type: cd /var/www/html (Get to the web root directory on the virtual instance)
- Type: go build public.go
- Type: ./public
- Should be able to access and see: 192.168.50.10:9090 in browser
Extra Commands
- vagrant suspend - Suspends the virtualized instance
- vagrant resume - Resumes the virtualized instance