Difference between revisions of "Vagrant"

From rbachwiki
Jump to navigation Jump to search
Line 3: Line 3:
Make Directory to work in (mac windows or linux)
Make Directory to work in (mac windows or linux)
  mkdir mydir
  mkdir mydir
cd mydir
code . # this open Visual Studio Code with a blank page
Vagrant and project files will go into this directory

Revision as of 21:57, 12 February 2019

Setting Up Vagrant

Download Vagrant Make Directory to work in (mac windows or linux)

mkdir mydir
cd mydir
code . # this open Visual Studio Code with a blank page

Vagrant and project files will go into this directory