The following should install vagrant, download the vagrant script, and install and configure the virtual machine
sudo apt-get install vagrant
git clone https://github.com/vanatteveldt/vagrant_amcat
cd vagrant_amcat
vagrant up
- Install vagrant and virtualbox
- Add "c:\program files\oracle\virtualbox" to your system path (e.g. see https://www.youtube.com/watch?v=W9pg2FHeoq8)
- Create an empty folder named 'vagrant_amcat'
- Download the Vagrantfile and copy it to the vagrant_amcat folder created in step 2
- Open the vagrant_amcat folder in explorer, shift+right click, and select 'open command window here'
- In the command windows, type
vagrant up
It will take quite a while as the ubuntu virtual system is downloaded, setup, and started, so grab some coffee...