Skip to content

Instantly share code, notes, and snippets.

@pedroalmeidabp
Created April 26, 2018 08:23
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save pedroalmeidabp/49fa8d65a1497ca6221f95d284232ae8 to your computer and use it in GitHub Desktop.
Save pedroalmeidabp/49fa8d65a1497ca6221f95d284232ae8 to your computer and use it in GitHub Desktop.
Drush Install - Drupal 7 #drupal
#If not composer
php -r "copy('https://getcomposer.org/installer', 'composer-setup.php');"
php composer-setup.php
php -r "unlink('composer-setup.php');"
mv composer.phar /usr/local/bin
composer global require drush/drush:6.x
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment