How to use this box with Vagrant:
Vagrant.configure("2") do |config|
config.vm.box = "lordkator/swgemudev-deb-jessie"
config.vm.box_version = "1.1.0"
end
vagrant init lordkator/swgemudev-deb-jessie \
--box-version 1.1.0
vagrant up
This version was created over 8 years ago.
This is a Vagrant based version of Development Environment for swgemu.com
Version 1.1.0 includes some cleanup to make the setup easier to use.
In a git bash window or on OSX in a Terminal.
curl -L http://downloads.lordkator.com/bootstrap.sh | bash
This should start the process, follow directions from there.