Changes between Version 7 and Version 8 of LEGACY - Drupal Discussion
- Timestamp:
- 02/25/13 13:49:32 (12 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
LEGACY - Drupal Discussion
v7 v8 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.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 18 19