Skip to content

Commit

Permalink
Update to make Islandora in Drupal also load the new crayfish-commons
Browse files Browse the repository at this point in the history
  • Loading branch information
whikloj committed Jan 19, 2022
1 parent 7b09f08 commit 0782c47
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion inventory/vagrant/group_vars/webserver/drupal.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ drupal_composer_dependencies:
- "drupal/transliterate_filenames:^1.3"
- "easyrdf/easyrdf:^1.1"
- "drupal/context:^4.0@beta"
- "--with-all-dependencies islandora/islandora_defaults:^2 islandora/openseadragon:^2 islandora/controlled_access_terms:^2"
- "--with-all-dependencies islandora/islandora_defaults:dev-issue-1224-test islandora/openseadragon:^2 islandora/controlled_access_terms:^2"
- "islandora-rdm/islandora_fits:dev-8.x-1.x"
drupal_composer_project_package: "drupal/recommended-project:^9.1"
drupal_composer_project_options: "--prefer-dist --stability dev --no-interaction"
Expand Down
2 changes: 1 addition & 1 deletion post-install.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@
command: "{{ drush_path }} --root {{ drupal_core_path }} -y cset --input-format=yaml openseadragon.settings manifest_view iiif_manifest"

- name: Run migrations
command: "{{ drush_path }} --root {{ drupal_core_path }} -y -l localhost:{{ apache_listen_port }} --userid=1 mim --group=islandora"
command: "{{ drush_path }} --root {{ drupal_core_path }} -y -l localhost:{{ apache_listen_port }} --userid=1 mim --all"

- name: Add vagrant user to webserver app user group
user: name={{ vagrant_user }}
Expand Down

0 comments on commit 0782c47

Please sign in to comment.