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
3
answers

What are the advantages of using Docker instead of Vagrant?

I already use Vagrant and have heard good things about Docker. I'm a web application developer. What are the advantages of using Docker instead of Vagrant in a software development environment?     
asked by 04.07.2015 / 21:41
1
answer

Configuring Vagrant for Small Teams

I have a small team of PHP developers and want to set up their development environment using Vagrant . However, I have some doubts. How do I make a Vagrant configuration available so that other developers can download and start a VM with...
asked by 24.07.2014 / 16:13
3
answers

Why is Vagrant not synchronizing folders?

I'm using: Windows 8 64 bits Vagrant 1.7.2 Virtual box 4.3.28 GitBash 1.9.4 para conexão SSH Box Ubuntu 14.04.02 Trusty 32 bits Box Ubuntu 14.04.02 Trusty 64 bits I'm developing with Ruby on Rails, but I can not edit the generated files...
asked by 13.05.2015 / 21:56
1
answer

start server with vagrant on windows using git bash

As seen in the log below when starting the server such error occurs. Dei install and in sequence I tried to start the server. => Booting WEBrick => Rails 4.1.1 application starting in development on http://0.0.0.0:3000 => Run 'rails...
asked by 19.11.2014 / 03:53
1
answer

How to use Vagrant or Packer in the production environment?

I'm starting to study Vagrant with Chef and I've come to realize that it's great for a development environment, making life a lot easier when it's well set up, but it does not create a safe enough environment to be reproduced in production, At l...
asked by 14.02.2014 / 18:02
2
answers

Questions about Vagrant

I'm learning to work with the vagrant , I've already created VirtualMachine , I made the provisioning, the project ran perfectly. But when I enter via ssh in VirtualMachine to run a script php , which runs via shell, is expe...
asked by 12.02.2014 / 12:36
1
answer

Older versions with puppet

I am learning Vagrant and Puppet and want to know if possible install old versions of PHP, MySQL, Apache using the puppet? If so, how? Ex: PHP 5.4.9, 5.5 Mysql 5.5.27, 5.6     
asked by 19.02.2014 / 01:39
2
answers

Virtual configuration hosts in vagrant homestead / laravel

I'm starting at Laravel and would like to organize my development environment using some " hosts " for my projects. I created the first project in laravel and after suffering a bit with its installation, it worked that was a beauty. I then s...
asked by 15.07.2016 / 03:40
1
answer

Problem installing OCI8 on a vm of Vagrant

I've created a VM with Laravel Homestead I need to install OCI8 on it: Run the command sudo pecl install oci8 as reported here But I get this error:    ERROR: '/ tmp / pear / temp / oci8 / configure    - with-php-confi...
asked by 30.01.2017 / 19:33