Changes between Version 6 and Version 7 of LEGACY - Drupal Discussion


Ignore:
Timestamp:
02/25/13 11:06:08 (12 years ago)
Author:
Nick Holden
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • LEGACY - Drupal Discussion

    v6 v7  
    33In addition, to fully support the GENVASC workflows, two functions are performed by custom-built Drupal modules.
    44
    5 [[genvasc_labels]] generates a random GENVASC ID, stores it to prevent re-use and prints ID labels for use on GENVASC recruitment paperwork.
     5[[genvasc_labels]] generates a random GENVASC ID, stores it to prevent re-use and prints ID labels for use on GENVASC recruitment paperwork. A variant which only generates ID numbers and does not print barcode labels is deployed to support the [[DHF]] study.
    66
    77[[ice_messaging]] is a visualisation wrapper for the database created to receive HL7 messaging from the Sunquest ICE system to alert the LCBRU about the arrival of GENVASC specimen at the pathology department.
     
    1515Enable the Apache 'rewrite' module to allow clean URLs to work. This also involves configuration of the apache site config, as per [http://drupal.org/node/15365]
    1616
     17The deployment of drupal is made easier using 'drush' a command line utility for updating and install drupal core and modules. To update drush itself, run "sudo drush dl drush --destination='/usr/share/php'" then use 'sudo drush pm-update' from within the drupal directory tree to update core drupal and modules.
     18