Various vagrant configurations for different development environments.
Install Vagrant.
- Create a folder for your project.
- Copy the specific files from this repo to that folder. Example: for your Go project copy files from "Go" folder.
- Run
vagrant up
on that folder
You can now run vagrant ssh
to access your machine.
Project folder is shared inside Vagrant box - folder name is "shared".