Documentation location/URL

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

Problem/Motivation

I think the command given in Step 3 - Quick start should be php -d memory_limit=256M <strong>www/</strong>core/scripts/drupal quick-start demo_umami.

Proposed resolution

Insert the www/ into the command.

Command icon Show commands

Start within a Git clone of the project using the version control instructions.

Or, if you do not have SSH keys set up on git.drupalcode.org:

    Comments

    craigmj created an issue. See original summary.

    avpaderno’s picture

    Title: Suggestion for: (2972473) Drupal Quick Start Command » Correct the command given in "Step 3 - Quick start" for "Drupal Quick Start Command"
    Category: Bug report » Task
    Issue summary: View changes
    Issue tags: -Documentation, -quick start
    avpaderno’s picture

    Given the commands used in the other steps, php -d memory_limit=256M core/scripts/drupal quick-start demo_umami is correct.
    If I execute git clone https://git.drupalcode.org/project/drupal.git my-site && cd my-site && composer install, I would not find any www directory inside the directory I am.

    avpaderno’s picture

    Issue summary: View changes