Note Vagrant was only used on development phase
- How to Install
- How to Use
- Useful Commands and Info
Install VirtualBox: https://www.virtualbox.org/wiki/Downloads
Install Vagrant: https://developer.hashicorp.com/vagrant/install
All the contents of this "VM" folder will be available on the VM.
Navigate to the proper folder in your terminal and run:
vagrant upShutdown the VM:
vagrant halt"Full" cleanup
vagrant destroyvagrant:vagrant
Run provision scripts
vagrant provision