Changes between Version 64 and Version 65 of members/GRIP-UQAM
- Timestamp:
- Mar 27, 2016, 4:43:56 PM (9 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
members/GRIP-UQAM
v64 v65 196 196 * locally clone repositories using git (see below: {{{git}}} for Drupal) 197 197 * https://getcomposer.org/doc/05-repositories.md#path 198 * spot larger libraries (and the one used more often) 199 {{{#!application/x-shellscript 200 .../vendor$ du */* -sch |sort -h 201 }}} 202 {{{#!application/x-shellscript 203 .../vendor$ du */* -sc |sort -n 204 }}} 198 205 == Installing Drupal 7 or 8 with [https://github.com/drush-ops/drush Drush] (on a development server outside MayFirst) == 199 206 {{{#!application/x-shellscript