I'm running a laravel application on homestead on a windows 8 machine.
I use gulp, elixix and node.js to compile resource files like SASS and .js files.
When I run the gulp command, I/O errors occur:
Saving To...
-…
I am install vagrant-librarian-chef in window 7, but it appear this error:
Installing the 'vagrant-librarian-chef' plugin. This can take a few minutes...
Bundler, the underlying system Vagrant uses to install plugins,
reported an error. The…
I am using windows and putty to ssh to vagrant virtualbox.I cannot access the django server running in vagrant virtualbox using http://localhost:9991
I have disabled my firewall as well
here's my vagrant file:
VAGRANTFILE_API_VERSION = "2"
def…
I don't understand the answers that I can find to this, so I'll try to ask it again. I'm using Vagrant on a virtual machine using VirtualBox. My host machine has Windows 10.
According to https://www.vagrantup.com/docs/synced-folders/basic_usage.html…
These are my files:
Nodes.pp file
site.pp file
I need to setup the infrastructure in the diagram, and I would like to use Puppet Automation in order to do so. I would need to,
Create 4 VMs, one for DB, 1 web server, 1 load balancer, 1 master
Set…
I am trying to install in on my laptop while running on Windows 8. I have downloaded and installed vagrant and Virtualbox and currently am trying to download vagrant box using
vagrant init tsawler/wafs; vagrant up --provider virtualbox
and i get…
Vagrant is not able to halt / reload after the initial vagrant up (ie the one where the vm is provisioned). The initial vagrant up completes correctly, however after that I am not able to do the vagrant halt or reload.
The error message that I am…
I'm trying to get a Homestead box up and running on windows 10. I've followed all the steps, configured my Homestead.yaml correctly, and then ran 'vagrant up'. Everything booted up correctly (with no errors), and I was able to access the index file…
On windows 10 I have ran my vagrant up and then ssh into my vm successfully. Installed apache2 php5-cli php5 libapache2-mod-php
Now when i access localhost:8080 it is showing me apache default welcome page. How can i access my site in the browser…
I have iso image of windows 7. How can i create windows vagrant box using this iso image.
I tried "vagrant box add name fileLocation of iso". But box wasn't created.
I was learning Udacity course and they asked me to install Vagrant. But due to large size of .box file I first downloaded it to local from other network and i got this tar file trusty-server-cloudimg-i386-vagrant-disk1.tar. They asked me to download…
Im having issues with synced folders in vagrant.
I have a windows 7 host, using virtual box i have a server 2012 guest.
The shares mount and i can navigate to to the directory on the guest but when I do a dir i get an network error. I can browse…
I am trying to use Vagrant with docker provider on windows machine.
I have Vagrantfile like this:
ENV['VAGRANT_DEFAULT_PROVIDER'] = 'docker'
Vagrant.require_version ">= 1.6.0"
VAGRANTFILE_API_VERSION = "2"
Vagrant.configure(VAGRANTFILE_API_VERSION)…
I have an issue when launching vagrant in Windows. I'm using a modified version of Vagrant and Chef for Proxy reasons, I have this error:
==> default: Booting VM...
==> default: Waiting for machine to boot. This may take a few minutes...
default:…