Changes between Version 6 and Version 7 of LEGACY - Drupal Discussion
- Timestamp:
- 02/25/13 11:06:08 (12 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
LEGACY - Drupal Discussion
v6 v7 3 3 In addition, to fully support the GENVASC workflows, two functions are performed by custom-built Drupal modules. 4 4 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. 6 6 7 7 [[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. … … 15 15 Enable 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] 16 16 17 The 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