vagrant-lamp icon indicating copy to clipboard operation
vagrant-lamp copied to clipboard

My default LAMP development stack for Vagrant

Results 28 vagrant-lamp issues
Sort by recently updated
recently updated
newest added

Hi. After some time I need to create a new domain in my vagrant-lamp box so I've updated the database and tried to reprovision. The problem is that reprovision fails...

Bringing machine 'default' up with 'virtualbox' provider... ==> default: Importing base box 'bento/ubuntu-14.04'... ==> default: Matching MAC address for NAT networking... ==> default: Setting the name of the VM: vagrant-lamp-master_default_1490924241215_16583...

My current steps. 1. add file in data_bags > sites > "magento.json" 2. add content in magento.json { "id": "magento", "host": "magento.dev", "aliases": [ "www.magento.dev", "magento.dev" ] } 1. add...

Exists a way to modify the configuration of php.ini?

Hello, how can I connect to this WM via sqlYog or HeidiSQL? Awesome job, looking forward for your answer !

Hi, I have a project for which there is an installation script `install.sh` - runs composer, WP CLI and some other commands, to simplify and document installation instructions. Of course,...

for access vagrant machine from local.dev domain

Hi! i'm currently testing [vagrant-hostsupdater](https://github.com/cogitatio/vagrant-hostsupdater) plugin, with this you don't need to manually update the your host file. this is the code so far: ``` ruby config.vm.hostname = "vagrant-lamp" #...

Hi, On Windows 10 x64 when I follow the instructions after issuing a `vagrant up` I get the following output with an error "VBoxManage.exe: error: Failed to create the host-only...