Install Drush on Ubuntu 16.04
Background
This tutorial shows how to install Drush on your Ubuntu server. Drush allows for you to make changes to variables, perform actions, create and edit nodes, and more from the command line.
Video
Commands Used
The commands that are entered in this video are as follows:
sudo apt-get update
sudo apt-get install drush
# Then change to a directory that contains a Drupal site
drush status drush cron
Updated: 2021-06-13 |
Posted: 2018-05-22
Author: Kenny Robinson