Having problems installing Drupal? See the Installation Guide for more information.

How to install Drupal with Composer ?

Hi, which of these 2 command lines should you use for a new Drupal project ?

What is --stability dev and --no-interaction used for ?

$ composer create-project drupal/recommended-project /home/ubuntu/www-example-com

or

$ composer create-project drupal/recommended-project:~8.8.0 /home/ubuntu/www-example-com --stability dev --no-interaction

Drupal 6.4 Documentation

Hi there,

A client has recently asked me to implement a LAMP stack with Drupal 6.4.
Much to my delight, I have been unable to find any form of archived documentation for this version anywhere.

Is there any chance anyone has access to and can provide me with this.

It would be GREATLY appreciated.

Cheers.

D9 install failed when NOT English "Page not correctly redirect" (redirect loop)

Hello

New virtual container Ubuntu 20.04 with Webmin / Virtualmin.

PHP 7.4 and MySQL 8.

Install failed just after I accept "French" install.

Browser give a message (in french on my laptop) "The page is not correctly redirect".

When I look in the Apache2 logs :
 

About to give up on Drupal - Anyone willing to help me?

I've been running around in circles for quite some time now with trying to figure out how to install Drupal 8/9 using all the various methods provided in the docs. And before you give me a direct link (RTFM) please know I have read almost every post regarding installing composer/drush and D8.

There is something I'm missing because I cannot for the life of me figure this out. I can install a D8/9 site manually without issue, but I want to learn how to be more efficient and as I understand it that means learning composer and/or drush.

MacOS installation: is MAMP required?

I watched a tutorial for setting up Drupal 8 on a Mac (https://www.youtube.com/watch?v=pOBArJn-tSQ) and the tutorial used MAMP.  Is MAMP required for using Drupal on Mac?

ddev install of Drupal 9 wipes out everything in parent directory of drupal9 directory!

What am I doing wrong? I'm following these instructions from the section "Drupal 9 Quickstart" at https://ddev.readthedocs.io/en/stable/users/cli-usage/#drupal-9-quickstart:

After starting Docker.app on macOS:

cd ~/Sites
mkdir drupal9_docker
cd drupal9_docker
ddev config --project-type=drupal9 --docroot=web --create-docroot

That gives the first problem, as I see output:

Pages

Subscribe with RSS Subscribe to RSS - Installing Drupal