You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[Vagrant](http://vagrantup.com) is used to create a stable and reproducible virtual machine for build and test purposes.
We're using Ubuntu 14.04 LTS (Trusty).
Installed software:
| Package | Version |
|---------------|----------------------|
| dos2unix | 6.0.4 |
| git | 1.9.1 |
| git-flow | 1.6.1 (AVH Edition) |
| ghostscript | 9.10 |
| imagemagick | 6.7.7-10 |
| maven | 3.0.5 |
| mc | 4.8.11 |
| openjdk-7-jdk | 1.7.0_91 |
| php5-cli | 5.5.9 |
| screen | 4.1.0 |
Usage:
```bash
vagrant box add ubuntu/trusty64
vagrant up
vagrant ssh
cd /vagrant
mvn clean install -DgsExec=$(which gs) -DcompareExec=$(which compare) | tee mvn.log
exit
vagrant halt
```
After you shut down the VM, the build artifacts will still be available in the repository directory.
0 commit comments