• Reset your password
Home
OO PHP, Drupal, Symfony Developer and Architect
Tim Rabbetts

Main navigation

  • Home
  • Blog
  • Log in

Install or Upgrade Drush for Drupal 7

Breadcrumb

  • Home
  • blog
  • install or upgrade drush for drupal 7
  • Install or Upgrade Drush for Drupal 7
Tim
Rabbetts
By zarexogre | Thu, 02/04/2020
code, coding, programming
drush
drupal
# Download latest stable release.
php -r "readfile('https://s3.amazonaws.com/files.drush.org/drush.phar');" > drush

# Test your install.
php drush core-status

# Make `drush` executable as a command from anywhere.
# Destination can be anywhere on $PATH.
chmod +x drush
sudo mv drush /usr/local/bin

# Optional. Enrich the bash startup file with completion and aliases.
drush init