Islandora
common tasks
- start: bhladmin@bhl-int1: sudo /etc/init.d/apache2 start
- stop: bhladmin@bhl-int1: sudo /etc/init.d/apache2 stop
- restart: bhladmin@bhl-int1: sudo /etc/init.d/apache2 restart
location
- web-application: /mnt/nfs/dev/data/data-management/drupal
- modules: /mnt/nfs/dev/data/data-management/drupal/sites/default/modules/
dependencies
modifying config files
how to test if it's working
- bhl-test.nhm.ac.uk/datamanagement
login information if necessary
proxy information
Installation
- Download Islandora 11.2.0 in http://islandora.ca/11-2
- Required modules:
- Islandora
- Solr Search
- XML Forms
- Content Model Forms
- Objective Forms
- php_lib
- Tabs
- Book Solution Pack
- Unzip all modules and copy to /opt/data-management/drupal/sites/default/modules/
- //Drupal Filter
- Enable modules in Drupal Modules
- Modify /opt/data-management/drupal/sites/default/modules/islandora_solution_pack_book/book.ini to adapt Book Reader
- Line 48: $viewer_url = variable_get('fedora_base_url', '') . '/get/' . $this->pid . '/islandora:viewerSdef/getViewer' . $qs;
- Change to: $viewer_url = '/fedora/objects/' . $this->pid . '/methods/bhle-service:bookSdef/bookreader?ui=full#mode/2up';