Skip to content

Latest commit

 

History

2 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 

Repository files navigation

devenv

Dev Environment Setup for any OS using Vagrant, a VM manager (VirtualBox or VMWare), and Docker

This repo is inspired by this article: https://medium.com/nerd-for-tech/creating-reproducible-development-environments-fac8d6471f35

Steps for Dev Environment Setup

  1. Install Homebrew (Mac) or Chocolatey (Windows). On Linux, use your native package manager.
  2. Install Vagrant
choco install vagrant  # Windows
brew install --cask vagrant  # Mac
sudo apt install vagrant  # Ubuntu
  1. Install a VM Manager.
choco install virtualbox  # Windows
brew install --cask virtualbox  # Mac
sudo apt install virtualbox  # Ubuntu

About

Dev Environment Setup for any OS using Vagrant, a VM manager (VirtualBox or VMWare), and Docker

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors