- Install vagrant: https://www.vagrantup.com/downloads.html
- Clone the repository:
git clone https://github.com/ibanfi/vm-env-rust.git - Install the vagrant-vbguest plugin:
vagrant install vagrant-vbguest
cd vm-env-rust
vagrant up
## Use the environment (connect to vm)
vagrant ssh
vagrant halt/vagrant up
vagrant destroy