Changes between Version 146 and Version 147 of members/GRIP-UQAM
- Timestamp:
- Jun 29, 2016, 7:30:22 PM (9 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
members/GRIP-UQAM
v146 v147 294 294 * Install some libraries... 295 295 * $ nice -n 127 ionice --class=idle nodejs node_modules/bower/bin/bower update --production #update! 296 === Example .bowerrc for Drupal 7 === 296 * bower could also be updated from php composer, using "fxp/composer-asset-plugin" 297 === Obsoleted Example .bowerrc for Drupal 7 === 297 298 {{{#!json 298 299 { … … 321 322 * https://packagist.org/packages/kraksoft/colorbox 322 323 * https://github.com/Spea/SpBowerBundle 323 === Example bower.json for Drupal 7 ===324 === Obsoleted Example bower.json for Drupal 7 === 324 325 {{{#!json 325 326 { … … 685 686 * [https://github.com/derhasi/composer-preserve-paths Composer preserve paths] 686 687 * https://packagist.org/packages/theodo/drupal8-bundle 688 === Drupal 7 specificities of Composer install 689 ==== Inactivate Drush download 690 * Inspired by "drupal-composer/drupal-project" for Drupal 8 691 * Install Drush policy 692 * https://github.com/drupal-composer/drupal-project/blob/8.x/drush/policy.drush.inc 693 * https://github.com/drush-ops/drush/blob/8.x/examples/policy.drush.inc 694 * {{{#!sh 695 $ drush cache-clear drush 696 0 $ drush up 697 This codebase is assembled with Composer instead of Drush. Use `composer update` and `composer [error] 698 require` instead of `drush pm-updatecode` and `drush pm-download`. You may override this error by 699 using the --pm-force option. 700 1 $ 701 }}} 702 * Needs a recent version of Drush, 5.10, the one on Debian 8 Jessie is too old and the package is orphaned 2016-05-10 https://packages.qa.debian.org/d/drush.html 687 703 === Using symlinks to avoid duplication of code and save server memory === 688 704 * locally clone repositories using git (see below: {{{git}}} for Drupal)