Islandora-Devops / islandora_install_profile_demo

Islandora 8 install profile demo
0 stars 10 forks source link

Drupal 9 update, Install profile #3

Closed alxp closed 2 years ago

alxp commented 2 years ago

Related to install-profile PR on Islandora-Devops/islandora-playbook and install-profile branch of Islandora-Devops/islandora-sandbox.

This change set updates all dependencies to Drupal 9 compatibility.

Basic tests have been done but I don't know the expected initial capabilities of the profile since it was a large set of changes supplied in one PR.

What we can now do is find the substantial new functionality and decide if it belongs in a base Islandora demo install. To test, either:

  1. checkout the install-profile branch of Islandora-Devops/islandora-playbook
  2. Set an Unix shell variable: export ISLANDORA_INSTALL_PROFILE=demo
  3. Run 'vagrant up'.

Or to install the Drupal distribution directly from composer:

  1. composer create-project islandora/islandora-sandbox:install_profile
  2. cd in to the project
  3. run 'drush site-install -y islandora_install_profile_demo
  4. Quickly view the site with a PHP web server: "php -S localhost:10000 -t web"