Changes between Version 8 and Version 9 of LEGACY - Drupal Discussion


Ignore:
Timestamp:
02/26/13 10:51:35 (11 years ago)
Author:
Nick Holden
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • LEGACY - Drupal Discussion

    v8 v9  
    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
    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 'drush pm-update' from within the drupal directory tree to update core drupal and modules. Watch out that running drush (specifically running it as sudo?) can cause problems with file ownership changing to user/group id 6226, and also seems to remove the symlink for dblib in the drupal/includes/database/ directory, which should link to sites/all/modules/dblib_driver_for_sql_server/dblib - this is required for the ICE messaging to work.
    18 
    19 
     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 'drush pm-update' from within the drupal directory tree to update core drupal and modules. Watch out that running drush (specifically running it as sudo?) can cause problems with file ownership changing to user/group id 6226, and also seems to remove the symlink for dblib in the drupal/includes/database/ directory, which should link to sites/all/modules/dblib_driver_for_sql_server/dblib - this is required for the ICE messaging to work. Updating the datatables module with drush also deletes the downloaded datatables library, which will need restoring from the backup or downloading anew.