-Установил Ubuntu 18.04.3 LTS
-Установил LAMP:
1) сначала установил apache2
2) потом установил базу данных mySQL
3) потом установил php 7.3 и нескольно дополнительных пакетов
-Скачал Drupal8 c с официального сайта.
-В терминале настроил права доступа чтобы можно было создавать файлы через терминал и папки в директории var/www/html
-Скопировал папку с drupal8 в директорию var/www/html
-В браузере прописал путь и появилось окно установки но потом у меня появились ошибки:
Requirements problem
Errors found
File system
Writable (public download method)
The directory sites/default/files does not exist. An automated attempt to create this directory failed, possibly due to a permissions problem. To proceed with the installation, either create the directory and modify its permissions manually or ensure that the installer has the permissions to create it automatically. For more information, see INSTALL.txt or the online handbook.
Settings file
The Settings file does not exist.
The Drupal installer requires that you create a ./sites/default/settings.php as part of the installation process. Copy the ./sites/default/default.settings.php file to ./sites/default/settings.php. More details about installing Drupal are available in INSTALL.txt.
Я думаю ошибки связанные с тем, что для папки Drupal нужно как-то давать права доступа. Но я не знаю что прописать в терминале. Подскажите что написать в терминале.
Если проблема в другом укажите пожалуйста на проблемы и как их установить.