Open Review Toolkit Vagrant Image Build
This repository builds a Vagrant VM image used by the Open Review Toolkit project. Starting from a base Ubuntu image, it uses Ansible to install the required dependencies for the Open Review Toolkit project. Once an image has been built, it will be uploaded to Hashicorp's Vagrant box repository. The Open Review Toolkit project downloads this pre-built image, rather than building it from scratch every time to ensure greater consistency.
Build and export steps
vagrant box update
vagrant destroy
vagrant up
vagrant ssh
sudo ./reduce-image-size.sh
exit
vagrant package --output v0.x.x.box