Skip to content

Latest commit

 

History

History
14 lines (13 loc) · 929 Bytes

Vagrantfile.README.md

File metadata and controls

14 lines (13 loc) · 929 Bytes

Vagrant Box prerequisites

  • The user has admin privileges on the development machine
  • This solution was developed on a Windows 10 pro machine and so a similar machine is aussumed here
  • At least 9GB of free RAM is available on the machine. Otherwise, Vagrantfile will need editing to adjust the available memory:
    • v.customize ["modifyvm", :id, "--memory", <MEMORY_ALLOCATION>]
  • Latest version of Oracle VM VirtualBox
  • Latest version of Git for Windows
  • Latest version of Vagrant
    • Install Vagrant Host Manager plugin by running the following command in the Git Bash terminal. This plugin updates the host files on both guest and host machines:
      • vagrant plugin install vagrant-hostmanager

Start vagrant boxes

  • vagrant destroy --force
  • vagrant up --color