Commit Graph
4 Commits
Author SHA1 Message Date
Gijs Noorlander 7cd26bdf90 [Vagrant] Fix vagrant build installing all required Python packages 2020-06-06 13:41:02 +02:00
Gijs Noorlander 8bf79a60f4 [Vagrant] Fix issue where update fails due to Grub interactive update 2020-05-04 15:18:28 +02:00
Gijs Noorlander ad0d775f65 [PIO] Use Python 3.8 on Vagrant/Ubuntu builds 2020-05-03 14:11:14 +02:00
Gijs Noorlander 98a17a39aa [Build] Start making Vagrant provisioning for quick self builds
Installing Vagrant:

Vagrantup.com site: https://www.vagrantup.com/docs/installation/
VirtualBox: https://www.virtualbox.org/

Great tutorial: https://www.sitepoint.com/getting-started-vagrant-windows/



After installing Vagrant and VirtualBox, open a shell in the tools/vagrant folder.
Run:
  vagrant up

To halt the VM, type:
  vagrant halt
2019-09-02 11:07:25 +02:00