Knowledge Base Hub

Browse through our helpful how-to guides to get the fastest solutions to your technical issues.

Home  >  How-Tos  >  How to Install Drush Manually?
Top Scroll

How to Install Drush Manually?

 3 min

Drush is a computer software shell-based application which is used to control, manipulate and administer Drupal websites.

The Drush installation process uses a PHP dependency manager known as a composer. Thus you require to install composer on your account before installing Drush.

# Steps to install Drush :

1. Log in to your account using SSH.

2. Select the Drush version that you wish to install :

Install Drush 8 by typing following command :

composer global require drush/drush: 8. x

Install Drush 7 by typing following command :

composer global require drush/drush: 7. x

3. Now determine the CentOS version used on your server by typing following command :

uname -r

If you get an output of this command containing eI7 (for example, 3.10.0-714.10.2.Ive1.5.9.el7.x86_64), then your server is running CentOS7.

If you get an output of this command containing eI6 (for example, 2.6.32-673.23.1.Ive1.4.27.el6.x86_64). then your server is running CentOS6.

4. In order to add Drush to your path, type the following commands depending on the CentOS version that you have obtained in step 3 :

For the server running CentOS 7, type the following command :

echo 'export PATH="$HOME/.config/composer/vendor/bin:$PATH" '>> ~/ .bashrc

For the server running CentOS 6, type the following command :

echo 'export PATH="$HOME/ .composer/vendor/bin:$PATH" ' >> ~/ .bashrc

5. To make the new path effective immediately, type the following command :

source ~/.bashrc

Now you can see Drush is now installed and is ready to use.

If you want to confirm if Drush is installed correctly, then type the following command :

drush version

Dursh will show you the recent version number.

If you want to update Drush to the newest version, then type the following command :

composer global update

Also Read :

1) SuperEasy Ways To Learn Everything About REACT AND ITS WORKING

2) {4 easy steps} – Enable and Disable Pingbacks and Trackbacks in WordPress

3) How To Create Drupal Blocks?

4) How Can I Check a MySQL Database for Errors in cPanel?

For our Knowledge Base visitors only
Get 10% OFF on Hosting
Special Offer!
30
MINS
59
SECS
Claim the discount before it’s too late. Use the coupon code:
STORYSAVER
Note: Copy the coupon code and apply it on checkout.