Drupal8 Install via Composer

NOTE:

  • Noticed some memory issue during installation on a VM with 2GB RAM, so if it happens to you, just augment with swap file.
1cd /var/www/sites
2composer create-project drupal-composer/drupal-project:8.x yoursite.example.com --stability dev --no-interaction
3../vendor/bin/drush site-install --site-name="Drupal Title Here" --db-url=mysql://yourDBA:yourPASS@localhost/yourDB --account-mail=admin@example.com --account-pass=acountPassw0RD -y