How to Install Drush CLI for Drupal 7 on Debian-GNU Easy Guide

June 19, 2015 | By the+gnu+linux+evangelist.

Drush for Drupal 7 Quick Start on Debian Linux

Hi! The Tutorial shows you Step-by-Step How to Install and Getting-Started with Drush Command Line Interface for Drupal 7 on Debian 6-Squeeze/7-Wheezy/8-Jessie/9-Stretch/10-Buster/11-Bullseye/12-Bookworm i386/amd64 GNU+Linux Desktop/Server.

Drush is a command line shell and Unix scripting interface for Drupal. If you are unfamiliar with shell scripting, reviewing the documentation for your shell (e.g. man bash) or reading an online tutorial (e.g. search for “bash tutorial”) will help you get the most out of Drush.

install drush for drupal 7 on debian linux - Featured
  1. Open a Shell Session
    (Press “Enter” to Execute Commands)

    Drush CLI for Debian 7 Quick Start on Debian Linux - Open Terminal
  2. How to Install Composer Manager for PHP

    Installing Composer for PHP
  3. Installing Drush CLi for Drupal7 on Debian.

    composer global require drush/drush:dev-master
  4. Insert Drush into User Path.

    echo "export PATH=$PATH:$HOME/.composer/vendor/bin" > $HOME/.bashrc
    source $HOME/.bashrc
  5. Testing Drush Installation.

    which drush
  6. Getting Started with Drush 7 CLI Commands

    Drush 7 Commands Quick Start

QuickChic Theme • Powered by WordPress