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
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…
Practice while you learn with exercise files
Download the files the instructor uses to teach the course. Follow along and learn by watching, listening and practicing.
Contents
-
-
-
-
-
-
-
-
-
(Locked)
Best practices for managing PHP projects4m 28s
-
(Locked)
Installing Composer dependency manager2m 24s
-
(Locked)
Installing WordPress and WP-CLI5m 14s
-
(Locked)
Installing Drupal, Drush, and Console7m 19s
-
(Locked)
Installing Symfony4m 39s
-
(Locked)
Installing CodeIgniter3m 42s
-
(Locked)
Installing Laravel and Artisan5m 46s
-
(Locked)
-
-
-