vagrant up
command.note: If you already have VirtualBox, make sure it is at least version 5.1.32
note: Check whether Virtualbox stores the images on a drive with enough free space. (Open Oracle VM VirtualBox Manager -> Preferences -> General -> Default Machine Folder).
note: If you already have Vagrant, make sure it is at least version 2.1.1 Complete the installation and restart your PC.note: If you did a fresh install of Vagrant and already had a command prompt open, make sure you close this command prompt and open it again.
D:\My Vagrant Images\OSGP Development\
)Vagrantfile
without an extension!note: When you open the Vagrantfile you see that default the image is configured to run in virtualbox with 2 cpu cores and 8192 MB of RAM. If you need to you can change this to more or less cpu cores and RAM, but it is recommended to use the provided settings.
vagrant up
note: In case of error bad uri Images/OSGP Development/hashicorp/cxtlabs/vagrant-ubuntu-16.04-mate then use the following command;
vagrant destroy vagrant box add cxtlabs/vagrant-ubuntu-16.04-mate vagrant upnote: In case of an error complaining about not being able to resolve a URL (for instance to github.com) then try using a different internet connection not behind a proxy.
vagrant destroy && vagrant up
note: For some actions, likesudo
, you will have to enter the password of user dev. The password for user dev is dev.