Active
Project:
Documentation
Component:
Correction/Clarification
Priority:
Normal
Category:
Task
Assigned:
Unassigned
Reporter:
Created:
9 Nov 2025 at 04:14 UTC
Updated:
27 Nov 2025 at 14:26 UTC
Jump to comment: Most recent
https://www.drupal.org/docs/getting-started/installing-drupal/drupal-qui...
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.
Insert the www/ into the command.
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
Comment #2
avpadernoComment #3
avpadernoGiven the commands used in the other steps,
php -d memory_limit=256M core/scripts/drupal quick-start demo_umamiis 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.Comment #4
avpaderno