Documentation: Add Islandora 8.x-1.x to Vagrant

Created on 20 Sep 2016  路  6Comments  路  Source: Islandora/documentation

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:

  • entity (x)
  • rdf (x)
  • rdf_builder
  • rdfui
  • rest (x)
  • restui
  • inline_entity_form (x)
  • Islandora 8.x-1.x
  • jsonld (for now git clone https://github.com/DiegoPino/claw-jsonld or we can wait until i move that to islandora 8.x-1.x)
  • media_entity
  • media_entity_image
  • webprofiler
  • basic_auth

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 ?

Vagrant drupal

All 6 comments

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

Was this page helpful?
0 / 5 - 0 ratings

Related issues

DiegoPino picture DiegoPino  路  5Comments

acoburn picture acoburn  路  5Comments

jonathangreen picture jonathangreen  路  4Comments

ruebot picture ruebot  路  3Comments

dannylamb picture dannylamb  路  4Comments