How to use this box with Vagrant:
Vagrant.configure("2") do |config|
config.vm.box = "folio/snapshot-core"
config.vm.box_version = "1.0.0-20210730.6742"
end
vagrant init folio/snapshot-core \
--box-version 1.0.0-20210730.6742
vagrant up
This version was created almost 3 years ago.
Admin login: diku_admin/admin
Snapshot version of the core FOLIO demo platform, representing the most recent commits to frontend components. For details see http://localhost:3000/about after vagrant up.