From the last few days I have been confronted with errors in the process of installing Drupal 8 and Drupal 9 on Ubuntu 18.04 local host.
Installed Nginx following this Nginx installation link from how to forge website. (Don't know it will work or won't work on my system to install Drupal)
Installed php 8.0 using command -
$ sudo apt install ca-certificates apt-transport-https software-properties-common $ sudo add-apt-repository ppa:ondrej/php $ sudo apt install php8.0-fpm $ sudo systemctl status php8.0-fpm $ sudo apt install php8.0-snmp php-memcached $ sudo apt install php-xml $ sudo apt install php8.0-cli php8.0-fpm php8.0-bcmath php8.0-curl php8.0-gd php8.0-intl php8.0-mbstring php8.0-mysql php8.0-opcache php8.0-sqlite3 php8.0-xml php8.0-zip $ sudo apt-get install php-gd Installed MySQL server on my Ubuntu OS.
But unable to install Drupal 8 or Drupal 9 locally (On my laptop).
My basic problem is Nginx configuration for Drupal! I also followed repo available on GitHub given below but failed to configure--
Please suggest me which link or complete tutorial should novices like me follow to install Drupal 9 locally on Ubuntu 18.04.
I am very confused about this. Should I upgrade my Ubuntu version?
https://stackoverflow.com/questions/66620703/nginx-configuration-process-and-drupal-installation-for-local-development March 14, 2021 at 11:05AM
没有评论:
发表评论