Questions tagged as 'vagrant'

1
answer

Vagrant + Chef error

I have a centos instance mounted with vagrant but I am having problems to be able to provision git and composer. Let's see if you can throw me a cable. config.vm.provision "chef_solo" do |chef| chef.cookbooks_path = "cookbooks"...
asked by 14.04.2016 / 15:31
1
answer

Routing Vagrant

I'm starting with Vagrant and I think I'm a bit lost. I tell you the scenario, to see if you can guide me in a correct way. 2 environments with 2 online machines: staging production These 2 machines have GIT installed. We are 4...
asked by 13.02.2017 / 17:16
2
answers

Nginx + php7.1 + Vagrant

Good I installed homestead the last version that runs with php 7.1, but I really have project created in laravel 4.2 and using php 5.6, the problem is that every time I run my environment in vagrant I reconfigure the nginx with php 7.1 and I wan...
asked by 28.12.2016 / 18:22
2
answers

mkdir permission denied vagrant

I'm using windows 10 and vagrant. When I access vagrant ssh I want to create a folder within Code, which is where all my projects are. Now, I want to create a folder inside Code and I get the error:    [ErrorException] mkdir (): permission...
asked by 31.08.2016 / 16:17
1
answer

Apache shows me the php code instead of executing it

Good I come with this question that I have tried to find solution but I can not find it I have little experience in linux and I am learning, the version where I have everything installed is ubuntu 16 I am using vagrant creat...
asked by 05.12.2018 / 01:25
1
answer

How can I create a virtualhost with vagrant and see it in a local network?

How can I create a virtualhost with vagrant and see it in a local network? In my vagrant box I have ubuntu and apache and I have already managed to create a VirtualHost, but the problem is that I can not get it to be seen in the local network...
asked by 01.07.2018 / 22:36
1
answer

Error while vagrant up "network collision"

Execute vagrant up the following error occurs:    The specified host network collides with a non-hostonly network! Vagrantfile Vagrant.configure("2") do |config| config.vm.box = "ubuntu/xenial64" config.vm.network "private_ne...
asked by 23.06.2017 / 04:15
1
answer

Error with vagrant up

Hello, I get this error and I do not know how to continue: $ vagrant up Bringing machine 'machine1' up with 'virtualbox' provider... ==> machine1: Box 'puphpet/ubuntu1604-x64' could not be found. Attempting to find and install... machin...
asked by 15.03.2017 / 20:49
1
answer

Error config.vm.boot_timeout in vagrant up for Homestead

I've been working with Homestead for quite some time. A few days ago, I delete ubuntu because I had several problems of instability, I change to mint with the promise of being a little more stable and I miss this error .. Thinking that I had som...
asked by 27.11.2016 / 15:34
0
answers

Ansible "No Hosts Matched"

I am deploying an app in azure, but I am having problems with provisioning, specifically with Ansible and vagrant. I do not know very well what to do from here, since technically they are executing the same thing and doing it Ansible-playb...
asked by 20.12.2018 / 20:51