-
Notifications
You must be signed in to change notification settings - Fork 53
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
install for content-modeing-overhaul branches of everything #66
Merged
jonathangreen
merged 5 commits into
Islandora-Devops:master
from
dannylamb:content-modeling-overhaul
Jun 20, 2018
Merged
Changes from 3 commits
Commits
Show all changes
5 commits
Select commit
Hold shift + click to select a range
9a75217
install for content-modeing-overhaul branches of everything
dannylamb 56677c9
Merge branch 'master' of https://github.com/Islandora-Devops/claw-pla…
dannylamb ed8f7fd
works, but drupal is accessed through localhost:8000/drupal/web :(
dannylamb 6fcc4c3
Just leave it hardcoded since it runs on webserver anyway. I'm such …
dannylamb fe0b52a
Bumping internal roles
dannylamb File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
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 {{ apache_listen_ip }}:{{ apache_listen_port }} mim --group=islandora" | ||
args: | ||
chdir: "{{ drupal_core_path }}" |
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
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Adding this somehow messes with the virtual host file and now root is /var/www/html instead of /var/www/html/drupal/web
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Likely a geerlingguy artefact. Any reason why we want it there in the first place? Not having it in the past hasn't caused any trouble that I'm aware of.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think this will come up fine if we change this to:
which is the default, so we could probably not set it as well.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I stand corrected, we do need the variable set for this PR. I'm testing @jonathangreen 's suggestion now.