- VirtualBox
- Vagrant
- Checkout this repo into your svn directory. i.e.
git clone git@github.com:xiaoyao1991/CS438-Vagrant.git /path/to/your/svn/<netid>/
- Run
vagrant up
. It will create 2 VMs: alpha and beta. - To ssh into alpha, run
vagrant ssh alpha
. You will find your svn directory at/vagrant
directory.