Skip to content

bravostudiodev/vagrant-dev-env

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

68 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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