How to use this box with Vagrant:
Vagrant.configure("2") do |config|
config.vm.box = "folio/release"
config.vm.box_version = "1.0.0-20220210.7508"
end
vagrant init folio/release \
--box-version 1.0.0-20220210.7508
vagrant up
This version was created 12 months ago.
Admin login: diku_admin/admin
R3-2021 (Kiwi) release version of the FOLIO platform, built from R3-2021 release artifacts, with all updates Kiwi release notes. For details see http://localhost:3000/settings/about after vagrant up
.