Skip to content
This repository has been archived by the owner on Oct 10, 2021. It is now read-only.

Provides support for remote database access. #31

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

dbernstein
Copy link

GitHub Issue: N/A

  • Other Relevant Links (Google Groups discussion, related pull requests,
    Release pull requests, etc.)

What does this Pull Request do?

It allows the crayfish database to live on a non-local database server.

What's new?

The parameters that allow for remote database creation and connection.

How should this be tested?

Set up a remote database server and specify the necessary parameter overrides.

Interested parties

Tag (@ mention) interested parties or, if unsure, @Islandora-Devops/committers

@@ -14,4 +14,7 @@ __crayfish_packages:
- tesseract-langpack-srp
- ffmpeg
- poppler-utils
- python-psycopg2
- python-mysqldb
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Should be MySQL-python instead of python-mysqldb and mysql instead of mysql-client for CENTOS.

Copy link
Contributor

@dannylamb dannylamb left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Other than the package names for CENTOS, this totally works. However, you need to update your branch with changes from upstream, as it currently is missing what it needs to deploy Houdini. Took me a while to figure out the changes weren't on your branch, b/c just by looking at the PR it shouldn't be an issue.

@elizoller
Copy link
Contributor

@dbernstein @dannylamb i pulled in this PR, made the 2 package name changes, and was able to deploy with Gemini database hosted in AWS RDS. if this is updated, i can give an official review.

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

Successfully merging this pull request may close these issues.

3 participants