1[me@common-dev default]$ drush pm-download stage_file_proxy 2Project stage_file_proxy (7.x-1.8) downloaded to /var/www/sites/project.example.com/www/sites/all/modules/contrib/stage_file_proxy. [success] 3[me@common-dev default]$ drush pm-enable --yes stage_file_proxy 4The following module has moved within the file …
Read MoreGo to your drupal root composer require drush/drush See http://docs.drush.org/en/master/install/ for details. Then install drupal launcher -> https://github.com/drush-ops/drush-launcher cd ~ wget -O drush.phar https://github.com/drush-ops/drush-launcher/releases/download/0.3.1/drush.phar chmod ug+x drush.phar sudo …
Read MoreGo to drupal root, then: 1drush st --show-passwords database In drush 9.7.2 (may also work for other sub-versions of drush 9), the following command should be used: 1drush st DB
Read MoreNOTE: 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 …
Read More