Skip to content
This repository has been archived by the owner on May 3, 2024. It is now read-only.

Latest commit

 

History

History
13 lines (12 loc) · 832 Bytes

Vagrantfile.README.md

File metadata and controls

13 lines (12 loc) · 832 Bytes

Vagrant Box prerequisites

  • The user has admin privileges on their development machines
  • At least 20GB 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