- Install Vagrant for your platform.
- Open a terminal window, and cd /path/to/this/repository.
# open a terminal window and type:
$ cd golang-lab-slack
- From within the
golang-lab-slack
directory, typevagrant up
. This will create a virtual machine with Ubuntu linux and Go 1.4 installed for the Vagrant user. - Type
vagrant ssh
to ssh into the virtual machine.
Within the virtual machine, golang-lab-slack
on the host computer
will be mapped to /opt/golang-lab-slack in the guest. So any changes
you make in the normal filesystem should be reflected in the VM!
Need help? Arrive a little early and we can help you get up-and-running, or join the Boston Golang Slack group #lab-help channel group by signing up here.
You can also email me directly: jandre+bostongolang@gmail.com.