Skip to content

Latest commit

 

History

History
15 lines (9 loc) · 484 Bytes

README.md

File metadata and controls

15 lines (9 loc) · 484 Bytes

vagrant-dev-env

Various vagrant configurations for different development environments.

How to use

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".