- an installation of 'VirtualBox'
- an installation of 'Vagrant'
- a connection to the internet
- an SSH client
- If not already installed, download and install VirtualBox
- If not already installed, download and install Vagrant.
- Change to a suitable working directory and issue the following commands:
vagrant init Naturalis/supersmart
vagrant up
- Log in to the virtual guest machine using
vagrant ssh
- SUPERSMART is installed in the directory
/home/vagrant/SUPERSMART
, i.e. $SUPERSMART_HOME - The working directory where you typed
vagrant up
on the host is/vagrant
inside the VM
Extended installation instructions can be found on our wiki page.