codeforeauclaire / foodtrucks

3 stars 6 forks source link

[Drupal] VMS: Cleanup documentation for php 7.X #82

Closed AnthonyAstige closed 8 years ago

AnthonyAstige commented 8 years ago

Despite Anthony's thoughts / comments in #75

PHP 7 Glancing at https://github.com/codeforeauclaire/foodtrucks/pull/80/commits/777c3d5fd687c8acf87f143b2a6d67b3a1880006 I'm not sure it'll update to PHP7; VMSs run Ubuntu 14, which will be a bit out of date with the default installs. Even to get up to 5.6 I have to add a the custom repository ppa:ondrej/php (The line sudo add-apt-repository ppa:ondrej/php -y). Looks like the ppa:ondrej/php help page says it does support php 7 though with sudo apt-get install -y php7.0 (Found in Digital Ocean Guide for PHP7 on Ubuntu 14). I'd guess some of the php plugin names have to be updated to php7 too.

Somehow PHP7 is being installed (which is good I think), confirmed right after running vmsinstall.sh.

2016-06-10_2151

However there is still a lot of comments (and probably some code) in vmsinstall.sh referring to php 5.6

2016-06-10_2153

Presumably some of this can be cleaned up. Since this touched work Anthony & Lowell did independently, assigning to both and assuming to resolve at an in person meeting together.