A pre-built VM can be downloaded from this Zenodo page. Here we explain how to install it, once downloaded. (If you want to build a new VM yourself, then check the vagrant/README.md for instructions.)
-
Make sure you have enough free disk-space on your laptop (~10GB for installation).
-
Install VirtualBox (VB). Please note that this will require administrator permissions on your computer. The "host" operating system refers to your computer. You do not need to install the Oracle extensions to VirtualBox, although it might come in handy for USB support. Although other Virtual Machine software might work, we have not tried this and will not be able to help to get this going.
For Macs, the installation of Virtual Box might require you to alter your security settings.
- If you receive an error along the lines of
kernel driver not installed (rc=-1908)
, the following might help. Click on the Apple icon in the top-left of your screen and thenSystem Preferences->Security & Privacy->General
. Click the padlock in the bottom-left and enter your password to be able to make changes to this page. ClickAllow
next to the Virtual Box text. Hopefully the problem will have been sorted. - If the installation takes you directly to the
Security and Privacy
window, selectAllow
(the VB is labelled as from Oracle). When the installer asks if it should Move to Trash, sayKeep
because you need to re-run the installation again with this revised security setting. Second time around, you can move it to trash.
- If you receive an error along the lines of
-
Download the preinstalled virtual machine from Zenodo. Warning: this file can be ~4.9GB. (You can download to a USB stick or hard drive to save space on your hard-disk).
-
Open the downloaded OVA file (double-click or whatever is appropriate for your system). This should start VirtualBox with the "Import" dialog box.
-
Change settings of the virtual machine (you can still change this afterwards by using the Settings menu of VirtualBox). The only things that need your attention:
- CPU: use the same number of CPUs (i.e. cores) as your laptop/desktop (or 1 less)
- RAM: use about half the RAM of your laptop (assigning too much RAM will slow down your/desktop laptop dramatically, using not enough will slow down the virtual machine. 1.5GB seems to be enough for the basic examples though.)
- Virtual Disk Image: normally this filename is fine but you can save it somewhere else if you like
-
If still present, tick the box "Reinitialise the MAC address of all network cards"
-
Press Import and wait for a few minutes (everything will be decompressed etc).
-
In the VirtualBox window, select your new VM and press the Settings icon. In the "General" category, "Advanced" tab, check that "Shared Clipboard" is set to "bidirectional".
Check our documentation for usage instructions.