download page confuses the word drupal in three spots, also reduced duplicate sentences word count

Created on 25 November 2024, 27 days ago

Documentation location/URL

https://www.drupal.org/download
and
https://www.drupal.org/docs/getting-started/installing-drupal/drupal-qui...

Problem/Motivation

On both pages above, the word drupal in web/core/scripts/drupal can get confused with drupal in the other two spots. So just change the two drupal words to mysite, which would also be more intuitive as to what should be changed.

composer create-project drupal/recommended-project drupal
cd drupal && php -d memory_limit=256M web/core/scripts/drupal quick-start demo_umami

On just the download page for clarity and reduce duplication word count, change

Get Drupal with Composer
You need php and composer. Run these two commands:

composer create-project drupal/recommended-project drupal
cd drupal && php -d memory_limit=256M web/core/scripts/drupal quick-start demo_umami
More options in the quickstart docs, and on how to start your site using composer.

Want to download Drupal without Composer?
Composer is the recommended method for using Drupal, but you can download Drupal directly and use it with Composer later.

Proposed resolution

Suggested ...
composer create-project drupal/recommended-project mysite
cd mysite && php -d memory_limit=256M web/core/scripts/drupal quick-start demo_umami

Get Drupal easily with Composer (recommended)
By running these two commands:

composer create-project drupal/recommended-project mysite
cd mysite && php -d memory_limit=256M web/core/scripts/drupal quick-start demo_umami

If you don't have php and composer, install them with how to start your site using composer and quickstart .

Or download to manually install (not recommended)

Download Drupal | zip
Download Drupal | tar.gz
read release notes

Other installation options

Remaining tasks

📌 Task
Status

Active

Component

Correction/Clarification

Created by

🇺🇸United States sajosh

Live updates comments and jobs are added and updated live.
Sign in to follow issues

Comments & Activities

Production build 0.71.5 2024