Present site contains links to the boxes used during testing and exploration of the LibreSchool lab, allowing to make a full virtual version of it.

Please check out instructions on Vagrant documentation pages to learn more.

Sample usage

Inside a Vagrantfile:

...
config.vm.box = "syntaxerrormmm/nethserver-6.9"
config.vm.box_url = "https://vagrant.libreschool.org/nethserver-6.9"
...

As a spare command:

$ vagrant box add https://vagrant.libreschool.org/nethserver-6.9