From the course: Linux for PHP Developers

Unlock the full course today

Join today to access over 24,800 courses taught by industry experts.

Installing Drupal, Drush, and Console

Installing Drupal, Drush, and Console

From the course: Linux for PHP Developers

Installing Drupal, Drush, and Console

- [Instructor] Drupal is an open-source content management framework available from drupal.org. To learn more about Drupal, check out Drupal 8 Essential Training with Tom Geller here in the online training library. We're also going to install Drush, the Drupal shell available from drush.org. To learn more about Drush, check out Simplify Drupal Sites with Drush here in the online training library. In addition to Drush, we're going to install Drupal Console which is a Drupal CLI, available from drupalconsole.com. Drupal Console can be used to generate boilerplate code, interact with and debug Drupal. Let's start installing Drupal, Drush, and Drupal Console. From a terminal, change directory to /media/sf_sandbox. Then, use wget to download the latest version of Drupal available at the time of this recording which was https://ftp.drupal.org/files/projects/drupal-8.3.2.zip Now that it's downloaded, let's unzip the result. Just type unzip and then the file name, drupal-8.3.2.zip The folder…

Contents