Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Drupal 9 update, Install profile #3

Closed
wants to merge 4 commits into from
Closed

Drupal 9 update, Install profile #3

wants to merge 4 commits into from

Conversation

alxp
Copy link
Contributor

@alxp alxp commented Nov 3, 2021

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"

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants