Questions tagged as 'vagrant'

1
answer

Docker vs. Vagrant, what are the main differences?

I recently had an outburst of interest in the Docker tool. I am aware that Docker and Vagrant are virtualization solutions, however, with different approaches. In my study, some doubts were raised about Docker. According to this content li...
asked by 17.05.2017 / 16:52
0
answers

Error while executing Vagrant

When I type vagrant up to start the VM the following error appears: λ vagrant up C:/HashiCorp/Vagrant/embedded/mingw64/lib/ruby/2.4.0/fileutils.rb:230:in 'mkdir': No such device or address @ dir_s_mkdir - D:/your (Errno::ENXIO)...
asked by 21.01.2018 / 01:20
1
answer

After migrating to Windows 10 I can no longer access local domains in VM with Nginx

I have a situation that I could not resolve (yet). Scenario Use for PHP application development an environment that runs through Virtual Machine Vitual Box controlled via Vagrant . I'm using a * centos / 7 * box, with * Nginx 1.12 *...
asked by 10.01.2018 / 19:09
1
answer

Change the root directory of the project

I have the following file Vagranfile : # -*- mode: ruby -*- # vi: set ft=ruby : VAGRANTFILE_API_VERSION = "2" Vagrant.configure(VAGRANTFILE_API_VERSION) do |config| config.vm.box = "ubuntu/trusty64" # Forward ports to Apache an...
asked by 03.01.2018 / 15:33
1
answer

Replace configuration line with Ansible

File: <?php use Symfony\Component\HttpFoundation\Request; /** @var \Composer\Autoload\ClassLoader $loader */ $loader = require __DIR__.'/../vendor/autoload.php'; if (PHP_VERSION_ID < 70000) { include_once __DIR__.'/../var/bootstr...
asked by 06.05.2017 / 22:42
1
answer

Problems running the rails server with vagrant

I created a Xenial Xerus 64x box with the vagrant, installed the rvm with rails. I'm running the server on the quiet VM, I can access the VM rails running there, but I can not access from my local browser. I had already used vagrant other...
asked by 19.01.2017 / 19:11
1
answer

Determine web server root folder in Vagrant

Follow my Vagrantfile : # -*- mode: ruby -*- # vi: set ft=ruby : Vagrant.configure("2") do |config| config.vm.box = "scotch" config.vm.network "private_network", ip: "192.168.33.107" config.vm.hostname = "scotchbox" con...
asked by 13.12.2016 / 14:41
0
answers

Problems homestead Laravel

Hello, when trying to give the command in the vagrant up terminal inside my homestead folder the following error appears: /home/brendol/Homestead/scripts/homestead.rb:91:in 'read': No such file or directory - /home/brendol/.ssh/id_rsa.pub (Err...
asked by 22.10.2015 / 16:53
1
answer

How to access the Tomcat that is inside a Vagrant machine?

I'm starting to learn about Vagrant. I started provisioning a machine with Centos 7 Minimal, I installed Java and Tomcat, I ran Tomcat, I checked the processes it is running, but I can not access it through my machine. I configured a static i...
asked by 19.07.2015 / 22:14
1
answer

VM Lamp Stack Magento Error in permissions?

Permissions issues are in these folders. Path "/var/www/hf/app/etc" must be writable. Path "/var/www/hf/media" must be writable. Path "/var/www/hf/media/customer" must be writable. Path "/var/www/hf/media/dhl" must be writable. Path "/var/www/...
asked by 16.02.2015 / 01:01