While the docker was able to build with no error, however, when I load the homepage it is a WSOD with the following error message:
Drupal\tripal\TripalDBX\Exceptions\SchemaException: Invalid or unsupported Chado schema version ''. in Drupal\tripal_chado\Database\ChadoSchema->getSchemaDef() (line 56 of modules/contrib/tripal/tripal_chado/src/Database/ChadoSchema.php).
The motivation for this PR is to fix that issue so we can actually use our docker site again ;-p
What does this PR do?
Please describe each things this PR does. For example, a PR may 1) solve a specific bug, 2) create an automated test to ensure it doesn't return.
Updates the dockerfile to both install and prepare chado based on the supplied arguement with a default of testchado.
Testing
Manual Testing
Describe in detail how someone should manually test this functionality.Make sure to include whether they need to build a docker from scratch, create any records, etc.
Build the docker image
Ensure you can load the home page of the site by going to https://localhost
Issue #31
Motivation
While the docker was able to build with no error, however, when I load the homepage it is a WSOD with the following error message:
The motivation for this PR is to fix that issue so we can actually use our docker site again ;-p
What does this PR do?
Please describe each things this PR does. For example, a PR may 1) solve a specific bug, 2) create an automated test to ensure it doesn't return.
-noChado
images from Tripal core added via https://github.com/tripal/tripal/pull/1575testchado
.Testing
Manual Testing
Describe in detail how someone should manually test this functionality. Make sure to include whether they need to build a docker from scratch, create any records, etc.