Having problems installing Drupal? See the Installation Guide for more information.
We need assistance in installing the Drupal 9.1.0 version in RHEL 8 EC2 instance.
Please assist
I'm trying to prototype a drupal10 site on a macOS localhost, where I already have apache and mysql installed and running. I already used:
composer create-project drupal/recommended-project ~/Sites/mysite
To /etc/hosts, I added:
127.0.0.1 mysite.local
I'll add modules and a theme later.
But what, exactly do I do next to access and begin adding content to the drupal10 site?
How To Install Drupal 10 In Microsoft surface pro 9...
Installed: Ubuntu 22.04 PHP 8.2.4 Apache/2.4.56 Mysql 8.0.32 Composer 2.5.4
Same as closed issue: https://www.drupal.org/project/drupal/issues/3155818
Hello,
I am having trouble installing Drupal. I ran the following code
composer create-project drupal/recommended-project drupal cd drupal && php -d memory_limit=256M web/core/scripts/drupal quick-start demo_umami
and received the following error
[ERROR] You must have the pdo_sqlite PHP extension installed. See core/INSTALL.sqlite.txt for instructions.
Since I am running Ubuntu 20.04, I ran the following code
Hello, You are requested help in this regard:
Problem Context is Error: Response to preflight request doesn't pass access control check: No 'Access-Control-Allow-Origin' header is present on the requested resource.