Вы здесь

linux

Ubuntu установка Drupal8 c drush

- Если нет composer

apt-get install composer

- Если нет drush устанавливаем последнюю версию drush

mkdir --parent /usr/local/bin/drush
cd /usr/local/bin/drush
composer require drush/drush
alias drush=/usr/local/bin/drush/vendor/drush/drush/drush

- Переходим в папку проекта

cd [project_path]

- Скачиваем Drupal-8

Подписка на linux