I'm new to Vagrant, I'm using Windows 10. I installed the latest version of Vagrant (1.8.5) and whenever I run command "vagrant add box" in my project root directory, it generates error:
"There was an error loading a vagrantFile. THe file being…
I'm on Windows 10. I have a vagrant box, with the following vagrantfile configuration:
Vagrant.configure(VAGRANTFILE_API_VERSION) do |config|
config.hostmanager.enabled = true
config.hostmanager.manage_host = true
…
I've created/co-opted several bash scripts to provision my guest Ubuntu 14.04 OS; the one giving me trouble right now is installing ffmpeg. When the script finishes, vagrant simply does nothing save for sending SSH keep-alives.
Host OS: Windows 7…
I initially thought that the vagrant-winnfsd plugin would take care of NFS storage on Windows (meaning I wouldn't have to use haneWIN) but that was a no-go because the error I received was mount.nfs: requested NFS version or transport protocol is…
What is the default value of VAGRANT_CWD? I set it to something else and now I need to "reset" it. I tried unset, but that won't work because it returns an error saying that the working directory is ~/. (invalid).
I'm working on vagrant and running host on 127.0.0.1:5000, but problem is cmd is not detecting any host, due which workbench is continuously giving error on making ssh connection.
Here is my host running :
And flask server is running on port…
When I am executing vagrant up or vagrant provision, it fails with the below error. Any suggestion to fix this is welcome. Where is the vagrant-7343223c created in
#
I am on Windows 10, and using vagrant-aws (https://github.com/mitchellh/vagrant-aws) to vagrant up and amazon instance, and getting the following error. I have listed my Vagrant file as well.
Also, some people reported this might be caused by the…
I have installed rails on Vagrant and trying to create my first rails application, however "rails server" is taking a long time (i.e, never seem to complete after). I am using Windows and have installed Vargant and virtual box. On my Vagrant file, I…
I am running vagrant on windows machine, using "ubuntu/trusty64" box.
I running selenium tests on vagrant (using pytest-selenium with django)
how can I set the webdriver work with my local machine(windows) firefox/chrome ?
did it possible to trigger…
Recently I have started playing with Vagrant for setting up dev environments. I have been able to build a base box with Packer and provision/configure the VM later on with powershell scripts.
Some of the software I would like to installed is kept on…
I am absolutely new to VDD. My PC is running Windows 10.
I installed VirtualBox, Oracle VM VirtualBox Extension Pack and finally tried installing Vagrant. But received a series of errors when installing Vagrant.
I downloaded all installation files…
We have a project it is based on Java 1.7, spring, hibernate. The development environment has many steps to install. So we decide to use Vagrant so that developer do no need to take time to setup developing environment. Our host OS normally is…
I'm running vagrant up through a file from puphpet, and the following is the message I get :
Bringing machine 'local' up with 'virtualbox' provider...
==> local: Box 'puphpet/ubuntu1204-x64' could not be found. Attempting to find and install...
…