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 c487953 commit 2306afb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions inventory/vagrant/group_vars/webserver/drupal.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ drupal_core_owner: "{{ ansible_user }}"
drupal_deploy_dir: "{{ drupal_composer_install_dir }}"

drupal_core_path: "{{ drupal_deploy_dir }}/web"

drupal_db_user: drupal8
drupal_db_name: drupal8
drupal_db_backend: "{{ claw_db }}"
Expand Down
2 changes: 1 addition & 1 deletion post-install.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@
command: "{{ drush_path }} --root {{ drupal_core_path }} -y -l localhost:{{ apache_listen_port }} cset islandora.settings broker_url tcp://{{ hostvars[groups['karaf'][0]].ansible_host }}:61613"

- 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 2306afb

Please sign in to comment.