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