civicrm / civicrm-buildkit-vagrant

MIT License
21 stars 19 forks source link

Switch to a base box that supports php 7.2 & remove some legacy stuff #47

Closed eileenmcnaughton closed 5 years ago

eileenmcnaughton commented 5 years ago

The existing config wasn't working for me. I figured if I was going to try to get it to work I should do it on a recent stack -hence php 7.2 + ubuntu 1804

I think this still might need some work - I got my sites up & running with it but haven't re-done the whole thing from scratch with these changes to see if it there are still glitches

jhoskins98 commented 5 years ago

Tested and it works at least to getting it installed and working on Virtual box (V6) on Mac OSX. Known/possible issues: phpmyadmin does not work, phpcs did not install correctly, and maybe an issue with phantom.js. The debug output is 4.5 MB so there may be other things that are broken. This should be moved forward since the current master is broken so thoroughly that it does not do anything useful.

mattwire commented 5 years ago

Merged based on @jhoskins98 review and @eileenmcnaughton comments - as noted it sounds like further work is required but that can be in subsequent PRs