Installing Drupal 8 with Drush

Опубликовано: 04 Февраль 2026
на канале: Drupal Up - Drupal 8 Video Tutorials
5,877
35

How to install Drupal 8 with the use of the Drush command line tool.

Here is the local server setup that I use:
https://echo.co/blog/os-x-1010-yosemi...

Here is a link about how to install drush:
http://docs.drush.org/en/master/install/

1. Here is the first command that we used, for downloading the last version of drupal into a folder, called drupalup:

drush dl --drupal-project-rename=drupalup

2. Here is the second command, for creating the database and installing the drupal website:

drush site-install --db-url=mysql://mysql_user:mysql_user@localhost:3360/mysql_database

More about Drupal Up - http://www.drupal-up.com/
A course about Drupal 8 theming - https://www.udemy.com/full-introducti...