Mark McFate
Mark McFate
#### Issue description As I was working through the 'install-local-migrate.md' document I was confused, more than once, by references to things like "ISLE project". In my case, there were two...
Suggest wrapping some ‘date’ commands around some (maybe all) of the install scripts like this: > #!/bin/bash > date # echo the date at start > ...the script contents... >...
The subject project/script is only about 1/3 complete (estimate) but I think having a tool like this, or some equivalent outcome, would be a welcome addition to ISLE. Perhaps the...
#### Issue description In my local instance of ISLE the FEDORA container frequently crashes with an ERROR like this: ``` ERROR 2020-12-18 17:03:20.119 [localhost-startStop-1] (BrokerService) Temporary Store limit is 51200...
#### Issue description Based on personal experience as well as IslandoraCon workshop participant issues, we might want to build in an early check for # comments in our .env files....
The migration docs and process currently suggest building a couple of directories: - yourdomain-config -- Holds all of your configuration in subfolders: fedora, gsearch, solr, apache, etc. - yourdomain-data --...
#### Issue description I believe that our current FGS/Solr config in ISLE v1.1 does not work properly with the optional "Islandora Collection Search" module. This module introduces a Solr field...
#### Issue Description This is more of a feature request than an issue. I've written a script that allows an ISLE admin to select and engage customization to ISLE using...
I've noticed that the schema browser function in ISLE's Solr is missing a key "fix" that Peter MacDonald helped me with a couple years ago. When I open the schema...
Has anyone successfully implemented SolrSearch in a Docker stack of containers? I have MariaDB running as one container, Omeka in another, and Solr in a third. All the pieces seem...