Questions tagged as 'vagrant'

1
answer

Vagrant with PHP + MySQL + Linux + Puphpet + ZF2 too slow

I have a Windows-based environment with ZF2, Doctrine, and MySQL that runs very fast. But now I'm experimenting with Vagrant with the machine configured through Puphpet. I was able to make the system work in this environment, but it is extrem...
asked by 05.01.2015 / 19:58
1
answer

Error creating vagrant box laravel / homestead: TCP connection reset by peer

So I'm setting up a PHP development environment and I came across this TCP connection reset by peer error, I have no clue what's going on. The virtualbox has been installed perfectly. I use Fedora 26 if it matters. print the terminal:...
asked by 26.09.2017 / 15:35
1
answer

Homestead Laravel problem with Drive Postgres

Has anyone here had this one with Homestead and postgreSql? My application is giving this error. PDOException could not find driver I've already looked in some places but nothing ... Thanks for the help!     
asked by 27.02.2015 / 00:58
1
answer

Access datadir folder by VM

My scenario is as follows: / media / data / svr / mysql Where is my mysql datadir folder located. The development environment is running in vagrant (debian 6), with php 53 and mysql 5.5 I configured the VM to access the datadir folder...
asked by 14.04.2014 / 23:59
1
answer

Mysql workbench tcp / ip over ssh vagrant

I am trying to create a java environment in vagrant, I installed mysql and I am not able to connect to mysql from my vm by my workbench on the host. This key I am using is exactly the same one I use in putty via ssh and that's right. I also used...
asked by 18.09.2017 / 21:46
0
answers

Error installing Java on virtual machine

I'm trying to run a playbook (ansible-playbook -i hosts.ini file.yml ) that installs java on my virtual machine, but it throws an error in the installation task:    FAILED! = > {"changed": false, "cmd": "apt-key add -", "failed": true,   "...
asked by 18.10.2016 / 11:37
3
answers

I would like to know how Vagrant works

I have seen several tutorials on the internet, and several subjects on youtube, but so far I have not understood how it works. In most of the things I saw, I was teaching to install a virtual machine and run, but after that, I do what? How ca...
asked by 02.09.2015 / 06:30
1
answer

Vagrant: Does not sync folder

I'm using: Windows 10 64bits Vagrant 1.9.7 VirtualBox 5.1.22 Box Debian Jessie 64bits Plugins Vagrant: >vagrant-vbguest >vagrant-share My Vagrantfile configuration: Vagrant.configure("2") do |config| config.vm.box = "debian/...
asked by 11.07.2017 / 03:15
1
answer

Problem related to Vagrant when running vagrant up on mac os x

I'm trying to bring a box to run as test system but I'm not succeeding, I'm using mac os x yosemite and I already installed the virtual box and it is in the following path Applications/VirtualBox.app/ the error that is appearing is the fo...
asked by 04.07.2015 / 18:14
2
answers

Error in vagrant up windows 10

I'm using homestead and vagrant to create a virtual machine and run my web projects. However, I can not get into my hosts (eg, myite.dev) , all are already properly configured in homestead.yaml and the hosts However, whenever I apply the v...
asked by 06.02.2017 / 15:54