Vagrant needs to be updated to include our WIP Islandora 8.x-1.x Module and other depend. and useful modules.
Right now Drupal 8.1.8> is tested.
All those changes go here
https://github.com/Islandora-CLAW/CLAW/blob/master/install/scripts/drupal.sh
We need the following modules:
then ones i marked with an (x) are dependencies that could be auto-installed if we decide so, but i like the idea of being as verbose as possible also.
Any other modules @Islandora-CLAW/sprinters ?
not a strict requirement, but for sanity, i'll enable basic_auth as well.
testing a fix for this...
i'll keep everyone posted on progress.
To me it looks like drupal.sh will address Drupal Core - Critical - Multiple Vulnerabilities - SA-CORE-2016-004https://www.drupal.org/SA-CORE-2016-004
@dannylamb if you are getting errors (the one you showed me in IRC) on rdfui module on php 7 it's because they are using local class named String as Stringand that is a reserved name.
(use Drupal\Component\UtilityString as String) == not legal.
Make sure you are using a dev version or rdfui 8.x-1.0-beta1+5-dev
That version correctly replaces that line (11) with use Drupal\Component\Utility\SafeMarkup
$ drush dl rdfui --dev does the trick