Ubuntu 18.04 Bionic Beaver with Isabelle/UTP installed and ready to go.
You'll need Oracle VM VirtualBox installed as well as Vagrant.
You'll need the vagrant-reload
plugin because the box needs a restart after provisioning, and the vagrant-disksize
plugin so the provisioner can expand the virtual hard disk size as-needed. Install them like this:
vagrant plugin install vagrant-reload
vagrant plugin install vagrant-disksize
Like any Vagrant box, run:
vagrant up
From there, use:
vagrant ssh
To access the box over SSH.
From a terminal, run:
sudo isabelle-utp-ide
Note that sudo
is only needed on first run to permit write access to the directory for compilation. After this is complete, isabelle-utp-ide
by itself will suffice.
The box is running Ubuntu "Bionic Beaver" 18.04 LTS (Desktop) with:
- Isabelle/HOL
- Isabelle/UTP