Posts

Showing posts with the label vagrant

SOLUTION Vagrant Plugin Installation failure in Windows 8 1 OS

Image
SOLUTION Vagrant Plugin Installation failure in Windows 8 1 OS                                              The problem exist in ruby for windows ... it has some issues related to space in folder names and by default vagrant home is the C:/users/your user name/.vagrant.d all you need to do is to set the environment variable VAGRANT_HOME to something like C:/Vagrant/Home .... so to do it first make the folder Vagrant in C drive and then make another folder in Vagrant directory i.e. Home ... So you have something like this C:/Vagrant/Home                                                                                    After making the folder run the following comma...

Solution Vagrant cant mount shared folder in VirtualBox in Windows 8 1 OS!

Image
Solution Vagrant cant mount shared folder in VirtualBox in Windows 8 1 OS!                                     So to fix this problem all you need to do is install a plugin vagrant-vbguest using vagrant and the problem will be fixed. If you face troubles will installing vagrant-vbguest then go to this LINK=>[Solution of Vagrant plugin installation failure problem] and then just run the following command in command prompt as shown in the pic below. after installation halt the vagrant using command vagrant halt and then run vagrant up  and after that shared folder will mount in both windows and linux, fixed! download file now