How to use this box with Vagrant:
Vagrant.configure("2") do |config|
config.vm.box = "rsginc/lapp"
config.vm.box_version = "0.0.0"
end
vagrant init rsginc/lapp \
--box-version 0.0.0
vagrant up
This version was created over 7 years ago.
Ubuntu 14.04, Apache 2.4.7, Postgres 9.3, Python 2.7.6