How to use this box with Vagrant:
Vagrant.configure("2") do |config|
config.vm.box = "folio/stable-backend"
config.vm.box_version = "2.2.0"
end
vagrant init folio/stable-backend \
--box-version 2.2.0
vagrant up
This version was created over 6 years ago.
Admin login: diku_admin/admin
Changes from v2.1.0: