How to use this box with Vagrant:
Vagrant.configure("2") do |config|
config.vm.box = "lavabit/magma"
config.vm.box_version = "0.0.1"
end
vagrant init lavabit/magma \
--box-version 0.0.1
vagrant up
This version was created about 8 years ago.
The initial release of the prepackaged images for building, testing and using the magma encrypted mail daemon. Launch the image and run the magma-build.sh script in the vagrant user home directory to download the development branch, compile. Then setup and run the binaries atop a sandbox development environment.