solar/docs/libvirt.md

538 B

Using Vagrant with livbirt

First install libvirt plugin

vagrant plugin install vagrant-libvirt

If you do not have already vagrant box for VirtualBox, install it:

vagrant box add cgenie/solar-master

To use this box in libvirt you need to convert it using vagrant-mutate plugin:

vagrant plugin install vagrant-mutate
vagrant mutate cgenie/solar-master libvirt

You can also change sync_type in your custom vagrant-settings.yml file.

Use solar

vagrant up --provider libvirt