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-20210827.6895"
end
vagrant init folio/snapshot-core \
--box-version 1.0.0-20210827.6895
vagrant up
This version was created over 2 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
.