##Setup the Virtual Machine You have to install vagrant before running following commands
https://github.com/tudang/database-management.git
cd database-management
vagrant up
##Connect to the VM
Run vagrant ssh at the top level directory
##Other vagrant commands
- restart
vagrant reload - shutdown
vagrant halt
####Install new package while the VM is up
vagrant provision
####Install new package while the VM is off
vagrant up --provisionorvagrant reload --provision