186 | | == Installing Drupal 8 with Composer on a development server (outside MayFirst) == |
187 | | {{{#!application/x-shellscript |
188 | | $ |
189 | | }}} |
190 | | == Installing Drupal 7 on a development server (outside MayFirst) == |
| 186 | == Installing Drupal 7 or 8 with [https://en.wikipedia.org/wiki/Composer_(software) Composer] (on a development server outside MayFirst) == |
| 187 | {{{#!application/x-shellscript |
| 188 | $ composer create-project "drupal-composer/drupal-project" <directory> |
| 189 | }}} |
| 190 | * [https://www.drupal.org/node/2471553 Composer in relation to Drush Make] |
| 191 | * https://github.com/drupal-composer/drupal-project/tree/8.x |
| 192 | * https://packagist.org/packages/drupal-composer/drupal-project |
| 193 | * https://packagist.org/packages/drupal/core |
| 194 | * [https://github.com/derhasi/composer-preserve-paths Composer preserve paths] |
| 195 | = Using symlinks to avoid duplication of code and save server memory = |
| 196 | * locally clone repositories using git (see below) |
| 197 | * https://getcomposer.org/doc/05-repositories.md#path |
| 198 | == Installing Drupal 7 or 8 with [https://github.com/drush-ops/drush Drush] (on a development server outside MayFirst) == |