-
-
Notifications
You must be signed in to change notification settings - Fork 604
Running OSv on VirtualBox
Don Marti edited this page Apr 12, 2014
·
8 revisions
Select VirtualBox -> Preferences -> Network -> Host-only Networks
Make sure vboxnet0 is available. If not, create it by clicking the ADD button.
Make sure the DHCP server for vboxnet0 is enabled by clicking the EDIT button.
Click here to download image
or
To generate a new image, working within the osv source directory:
$ make image=default
$ scripts/gen-vbox-ova.sh
Click File -> Import Appliance. Choose the OSv OVA file you downloaded or generated.
Start your OSv VM by double clicking. That's it.