Top "Vagrant" questions

GENERAL VAGRANT SUPPORT IS OFF-TOPIC.

Demand a Vagrant plugin within the Vagrantfile?

Supposed execution of a Vagrantfile requires a specific Vagrant plugin to be installed. So, basically what you need to do …

vagrant
Uninstall vagrant on Mac

I want to uninstall Vagrant on a mac running El Capitan. The Vagrant docs say: On Mac OS X, remove …

macos vagrant osx-elcapitan
Setting a VM's mac address in Vagrant

The documentation lists that the mac address of a VM can be set in the Vagrantfile, however everything I add …

mac-address vagrant
Can't install Vagrant box Laravel Homestead

I'm trying to install Laravel Homestead on Mac OS X following the official documentation instructions on here. I installed VirtualBox …

php laravel terminal vagrant homestead
How do I create user account by chef-solo?

Question How do I create user account by chef-solo? Why does "users" recipe needs client.pem? Environment ruby is ruby 1.8.7 (2011…

chef-infra vagrant
Can I modify the ownership for a shared folder in vagrant?

I use vagrant and chef to develop my own blog in a virtual machine. To have easy access to the …

acl chef-infra vagrant
Vagrant for a Java project: should you compile in the VM or on the host?

Here’s the question: When using Vagrant for a Java project (or any compiled language project for that matter), should …

java vagrant
Cannot debug with PhpStorm + Vagrant + XDebug

I cannot get XDebug to work with PhpStorm and Vagrant on a Windows 7 machine. I've already followed every tutorial on …

xdebug phpstorm vagrant
Failing to connect to remote mongodb server

I am trying to create a remote mongodb server to work with on my java project. I am using vagrant + …

linux mongodb vagrant admin
Installing Composer with Vagrant

I have successfully installed Vagrant along with some boxes on my Windows PC. I got to say it works awesome, …

vagrant composer-php vagrant-windows