Questions tagged as 'vagrant'

1
answer

Vagrant shared team access

Scenario: Two machines (A and B), both on the same local network and with vagrant and virtualbox installed. One is Windows and another is Mac On machine A I have a box homestead (laravel / homestead) with all my ambience. Problem...
asked by 23.09.2016 / 20:39
1
answer

Problem with Vagrant: timeout when connecting via SSH

I'm trying to get my box into the vagrant. When I give a vagrant up it executes everything correctly, but at the time of connecting with ssh , it gets timeout . The stacktrace in powershell follows: PS C:\projetos_vagrant>...
asked by 01.08.2015 / 16:46
0
answers

How to create a box from a server?

Here where I work, we are facing many problems due to differences in software versions and the development environment. Vagrant seems to be a great solution in these cases. The problem is that we can not simply create an empty box and manually c...
asked by 30.01.2015 / 13:16
1
answer

Use Virtual Hosts from Apache2 with Vagrant

I have recently discovered Vagrant, and am using it. It is very functional, I defined an IP, installed apache, php and cia ... I am accessing the projects by host, via localhost: 8080 or by IP 192.168.33.0 But I want to be able to access t...
asked by 27.11.2014 / 18:58
3
answers

Add line at the end of the file with the command sed

I'm setting up a virtual machine to install JDK 7, Tomcat 7, JBoss EAP 7 and Postgresql. Follow the project on GitHub for those who are interested: cresol-enviroment-vagrant . I'm in the part where you need to add JAVA_HOME to the fil...
asked by 14.12.2016 / 19:20
2
answers

I can not access my Laravel 5 project by Vagrant and Nginx

I'm creating a development environment using Vagrant with the following dependencies: PHP7; PostgreSQL 9.3; Nginx 1.9; Git. The problem is that when I access the url http://advodocs.local.com/ Chrome returns me:    The a...
asked by 06.01.2017 / 03:13
1
answer

Doubt about development environment LAMP with Vagrant and provision with Puppet

After some problems with the incompatibility of locally developed applications with the server, I decided to use the Vagrant . I followed some tutorials, read their documentation, created my virtual machine and had problems with the provis...
asked by 06.01.2016 / 02:41
1
answer

Error while executing gulp --production Vagrant Laravel / Homestead

I set up a laravel/homestead environment to study Laravel 5.1 , when trying to execute the gulp --production command I get the following error: Error: Cannot find module 'strip-bom' at Function.Module._resolveFilena...
asked by 13.09.2015 / 23:28
0
answers

Permissions with ZipArchive in Linux environment provisioned by Puppet / Vagrant

The scenario: I use an environment that is provisioned by Puppet / Vagrant (PuPHPet). Apache runs with user www-data:www-data --- Config vagrant apache: install: '1' settings: version: 2.4 user: www-d...
asked by 09.08.2018 / 22:01
0
answers

Failure on vagrant up puphpet / ubuntu1604-x64

If I start the vagrant to start a project, this error occurs:    Bringing machine 'default' up with 'virtualbox' provider ...   == > default: Box 'puphpet / ubuntu1604-x64' could not be found. Attempting to find and install ...       defau...
asked by 13.04.2018 / 19:22