How to use this box with Vagrant:
Vagrant.configure("2") do |config|
config.vm.box = "folio/Q3-2018"
config.vm.box_version = "1.0.2"
end
vagrant init folio/Q3-2018 \
--box-version 1.0.2
vagrant up
This version was created over 3 years ago.
Admin login: diku_admin/admin
Q3-2018 release version of the FOLIO platform, built from Q3-2018 release artifacts. For details see http://localhost:3000/settings/about after vagrant up
.