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