How to use this box with Vagrant:
Vagrant.configure("2") do |config|
config.vm.box = "folio/testing"
config.vm.box_version = "5.0.0-20220223.7553"
end
vagrant init folio/testing \
--box-version 5.0.0-20220223.7553
vagrant up
This version was created 12 months ago.
Admin login: diku_admin/admin
Testing version of the FOLIO demo platform, representing the most recent commits for all components. For details see http://localhost:3000/about after vagrant up
.