Skip to content

Commit e94a994

Browse files
committed
docs: update instructions setup development env
When setting up the development environment using VirtualBox, you now have to change the default provider, since VirtualBox is no longer the default option.
1 parent 289c681 commit e94a994

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

docs/development/setting-up-development-environment.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,16 @@ git checkout development
2222
```
2323

2424
2. Configure the virtual machines for development:
25+
26+
If you are using VirtualBox, open the `Vagrantfile` in an editor and change the `DEFAULT_VAGRANT_PROVIDER` line near
27+
the top of the file so that it uses VirtualBox:
28+
29+
```bash
30+
ENV['VAGRANT_DEFAULT_PROVIDER'] = "virtualbox"
31+
```
32+
33+
Then use Vagrant to create the virtual machine (this applies to both VirtualBox and Libvirt):
34+
2535
```bash
2636
vagrant up
2737
```

0 commit comments

Comments
 (0)