This patch for Islandora Workbench corresponds to commit ID b38d37e7ec0e606b55e6545b33859708861e533d
Clone Islandora Workbench
git clone https://github.com/mjordan/islandora_workbench
Change into the Islandora Workbench directory
cd islandora_workbench
Switch the commit ID to the one corresponding to this patch
git checkout b38d37e7ec0e606b55e6545b33859708861e533d
Run setup.py script
sudo python3 setup.py install
Get and apply the create_media
patch
wget https://raw.githubusercontent.com/digitalutsc/islandora_workbench_lite/2023_nov/create_media.patch
git apply --ignore-space-change < create_media.patch
Get and apply the parent_id
patch
wget https://raw.githubusercontent.com/digitalutsc/islandora_workbench_lite/2023_nov/parent_id.patch
git apply < parent_id.patch