customization
Call it The GCDLADB if you like.
Granular ISLE Customization: Install 'Backup and Migrate' 1 min read Nov 25, 2019
Granular ISLE Customization This post is part of a series describing Digital.Grinnell customizations to ISLE, in a “granular” format… one small customization at a time. An index of all documents in this series is included at the end of Granular ISLE Customization: Series Guidelines. Goal Statement In this “granular” post we will install Backup and Migrate, a tremendous Drupal module that I use extensively for backup, restoration, migration and maintenance of Digital.Grinnell. Install and Enable the Backup and Migrate Module using Drush DG7 is installed and enabled in the same manner as most Drupal or Islandora contrib modules, like so: ...
Granular ISLE Customization: Installing DG7 1 min read Oct 9, 2019 | Updated: Nov 25, 2019 15:39
Warning! The DG7 module contains code with numerous dependencies, and the most sinister of these is a Grinnell-specific version of the Solr schema. Do NOT attempt to use this module early in a stack-building process, nor outside the Digital.Grinnell environment. Granular ISLE Customization This post is part of a series describing Digital.Grinnell customizations to ISLE, in a “granular” format… one small customization at a time. An index of all documents in this series is included at the end of Granular ISLE Customization: Series Guidelines. ...
Granular ISLE Customization: Series Guidelines 2 min read Sep 27, 2019 | Updated: Nov 22, 2019 15:53
Granular ISLE Customization This post provides guidelines for a series of posts describing Digital.Grinnell customizations to ISLE, in a “granular” format… one small customization at a time. Using the Granular ISLE Customization Posts There are just a couple of notes regarding the subject posts that I’d like to pass along to make them more useful. Gists - You will find a few places in this series where I generated a gist to take the place of lengthy command output. Instead of a long stream of text you’ll find a simple link to a gist like this. ...
Granular ISLE Customization: Implementing IMI Hooks 1 min read Sep 29, 2019 | Updated: Nov 21, 2019 20:38
Granular ISLE Customization This post is part of a series describing Digital.Grinnell customizations to ISLE, in a “granular” format… one small customization at a time. An index of all documents in this series is included at the end of Granular ISLE Customization: Series Guidelines. Goal Statement In this “granular” post I’ll introduce two customizations to IMI that implement and engage Drupal “hook” functions, namely: hook_islandora_multi_importer_remote_file_get(), and hook_form_islandora_multi_importer_form_alter(). Drupal 7 Hooks See Understanding the hook system for Drupal modules to better understand what Drupal v7 hook functions are, and how they work. ...
Granular ISLE Customization: Installing the DG Theme 2 min read Nov 7, 2019 | Updated: Nov 21, 2019 20:02
Granular ISLE Customization This post is part of a series describing Digital.Grinnell customizations to ISLE, in a “granular” format… one small customization at a time. An index of all documents in this series is included at the end of Granular ISLE Customization: Series Guidelines. Goal Statement In this “granular” post we will install Digital.Grinnell’s custom-built theme, namely digital_grinnell_bootstrap. The experience documented here involves an existing ISLE instance created using Building ISLE 1.3.0 (ld) for Local Development. Commands The install and config process was simply this stream of commands entered directly into the running Apache container: ...
Granular ISLE Customization: Installing IMI 3 min read Sep 27, 2019 | Updated: Oct 4, 2019 12:26
Granular ISLE Customization This post is part of a series describing Digital.Grinnell customizations to ISLE, in a “granular” format… one small customization at a time. An index of all documents in this series is included at the end of Granular ISLE Customization: Series Guidelines. Goal Statement In this “granular” post we will install IMI, the Islandora Multi-Importer module, into an existing ISLE instance, for example: https://dg.localdomain/. Install the Islandora Multi-Importer (IMI) It’s important that we take this step BEFORE other customizations, otherwise the module may not install properly. ...