Chris Fidao

Results 141 comments of Chris Fidao

PHP7 will be on the next vaprobash when Ubuntu 16.04 comes out. However, you can get php7 installed by copying some of what [Laravel Homestead does when it provisions](https://github.com/laravel/settler/blob/master/scripts/provision.sh#L23). ```...

Hey! Running vagrant provision a second time likely won't work. I know there was some bugs around Apache I thoguth were fixed, but there might be some PR's I've missed...

I used https://gist.github.com/dhrrgn/ba29568b23c22bfcb148 to get it working. Note the `xdebug.remote_host=10.0.2.2` option is usually set to the IP address given to your host machine on the networked shared between the 2.

My Ruby is a bit limited, but I think using some Ruby objects for each server might be appropriate. That would mean editing the Vagrantfile to contain or include other...

Can you show your `Vagrantfile` so I can see how you setup provisioning multiple servers?

Sounds doable. Do you happen to know which libraries (or testing libraries) use it?

Yeah Git will keep adding your commits to a PR If you keep committing to the same branch. Might be best to separate them into 2 different branches on your...

Any reason not to assume people will use the more modern extension and go with that? That'd be my preference for Vaprobash, but I haven't touched Mongo in years.

I haven't looked at Mongo in quite a while - Do you know if version 2 still popularly in use? (I'm wondering about just going with version 3 instead of...