-
Notifications
You must be signed in to change notification settings - Fork 53
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
install for content-modeing-overhaul branches of everything (#66)
* install for content-modeing-overhaul branches of everything * works, but drupal is accessed through localhost:8000/drupal/web :( * Just leave it hardcoded since it runs on webserver anyway. I'm such a fool * Bumping internal roles
- Loading branch information
1 parent
1193894
commit 364faee
Showing
12 changed files
with
26 additions
and
176 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -9,3 +9,4 @@ | |
- include: tomcat.yml | ||
- include: crayfish.yml | ||
- include: karaf.yml | ||
- include: post-install.yml |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
--- | ||
|
||
- hosts: webserver | ||
become: yes | ||
|
||
tasks: | ||
- name: Run migrations | ||
command: "{{ drush_path }} -y -l localhost:{{ apache_listen_port }} mim --group=islandora" | ||
args: | ||
chdir: "{{ drupal_core_path }}" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
36 changes: 0 additions & 36 deletions
36
roles/internal/webserver-app/files/block.block.views_block__membership_view_block_1.yml
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
28 changes: 0 additions & 28 deletions
28
roles/internal/webserver-app/files/rest.resource.entity.file.yml
This file was deleted.
Oops, something went wrong.
40 changes: 0 additions & 40 deletions
40
roles/internal/webserver-app/files/rest.resource.entity.media.yml
This file was deleted.
Oops, something went wrong.
40 changes: 0 additions & 40 deletions
40
roles/internal/webserver-app/files/rest.resource.entity.node.yml
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters