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