You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This needs some context but can stand in for some basic information of the behavior from this script.
Capitalize the given string.
Transform the given string to uppercase.
Joins the given array into a string delimited by the first argument.
Get variable value for given site.
Get the index of the given site in the lists of site. Useful for generating distinct identifiers.
Wait for service to respond.
Waits for services that are required to be running to successfully ingest content.
Apply given function for all sites in parallel, up to the number of cores available.
Create a database for the given site.
Install the given site.
Get the base url of fedora.
Allow modifications to settings.php by changing ownership and perms
Restore ownership of settings.php so that it is readable/writable outside of docker
Regenerate / Update settings.php
Enable module and apply configuration.
Install and configure the islandora module.
After enabling and importing features a number of configurations need to be updated.
Install search_api_solr and configure. Also uninstall the default search module.
Enables and sets carapace as the default theme.
Generate solr config using the search_api_solr module. Assumes the search_api_solr module has already been installed. Assumes that the destination will be a shared volume.
Creates a SOLR core for the site using the Solr REST API.
Generate solr config and create a core for it.
Install matomo and configure.
Configure Openseadragon to point use cantaloupe.
Imports any migrations in the 'islandora' group.
Enable module and apply configuration.
Enable module and apply configuration.
Rebuild the cache for the given site.
Changes the site ID to match the configuration folder to allow it to be imported.
Replace references to standard profile in the config files with minimal. Often we build sites with the standard profile but it is not possible to install from a configuration that was generated on a standard profile site.
Import sites configuration.
Export sites configuration.
Generates blazegraph properties for the given site using its namespace.
Create a namespace with the given properties file.
Create a namespace with default properties for the given site.
The text was updated successfully, but these errors were encountered:
"for_all_sites" is used several times throughout the makefile but there is no documentation on what it is and how to use it.
Once the drupal container is built there is a script "/etc/islandora/utilities.sh"
There is no obvious indication it comes from the [isle-buildkit](https://github.com/Islandora-Devops/isle-buildkit/blob/main/drupal/rootfs/etc/islandora/utilities.sh) and needs documentation.
Related ticket: #134
Code Comments (dump)
This needs some context but can stand in for some basic information of the behavior from this script.
The text was updated successfully, but these errors were encountered: