Top "Vagrant" questions

GENERAL VAGRANT SUPPORT IS OFF-TOPIC.

Starting Vagrant VM on host boot

I am new to vagrant and have set up a couple of vagrant vm's which I use for development and …

ubuntu vagrant boot
Vagrant SSH can't access shared directory

I've got a vagrant vm set-up with a project structure on my host machine like so: PlayApps --> App1 …

virtual-machine vagrant
Vagrant box could not be found or could not be accessed in the remote catalog - incompatible curl version

I just downloaded Vagrant and did the settings as well as install virtual box. I just can't start my project (…

macos vagrant virtualbox
Do I need to use virtualenv with Vagrant?

I was used VirtualBox manual setups with virtualenvs inside them to run Django projects on my local machine. Recently I …

python django virtual-machine virtualenv vagrant
Cannot mount vagrant synced folder with nfs

I managed to setting up my Symfony2 project inside a ubuntu vagrant box. But it takes around 20 seconds to load …

macos ubuntu-12.04 vagrant nfs shared-directory
Vagrant ssh 'Authentication failure. Retrying…' repeated error - keys mismatch, cant find fix

I've been experiencing an irritating issue that I cant get around. I am trying to vagrant up a centos7 system …

ssh vagrant windows-10 hyper-v openssh
Vagrant VirtualBox second disk path

I have Vagrant + VirtualBox. In my Vagrantfile I have config.vm.provider "virtualbox" do |v| v.customize [ "createhd", "--filename", "disk", "…

virtualbox vagrant disk provider
Should rbenv be installed system-wide, or at a user level?

I'm building a vagrant setup, and part of that is installing rbenv. I'm using librarian-chef to manage all my chef …

ruby rubygems chef-infra vagrant rbenv
Multiple vhosts with simple LAMP in Vagrant

I am trying to create a simple LAMP through Vagrant that can support multiple websites stored in /var/www. That …

linux lamp vagrant
Laravel Homestead with Apache server

Last year, after being a long time user of a WAMP stack, I switched over to Homestead on Vagrant. For …

laravel apache vagrant homestead