Active
Project:
Drupal CMS development repository
Component:
Documentation
Priority:
Normal
Category:
Task
Assigned:
Unassigned
Reporter:
Created:
30 Dec 2025 at 23:09 UTC
Updated:
27 Apr 2026 at 02:17 UTC
Jump to comment: Most recent
There are a lot of ways to get a Drupal site stood up, and we should document as many of those ways as we can, specifically for Drupal CMS.
I think we should have explicit documentation for how to set up Drupal CMS:
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
arrowLando has a guide here: https://docs.lando.dev/plugins/drupal/guides/drupal-cms.html
Comment #3
freelockDrupal Flake is another way to get set up... with Nix installed in any OS, it's a one-liner to get the current stable Drupal CMS running locally, and two lines to set up for development.
Comment #4
yashwantsingh26 commentedHi! I’m new to Drupal contributions and would like to help with this documentation task.
I can start by documenting one setup method (for example DDEV or XAMPP).
Does that sound good, and is there a preferred format or location for the docs?
Comment #5
phenaproxima@yashwantsingh26, there is no particular format. You don't even need to open a merge request. Just leave a comment here with the instructions, and I can make sure they get saved somewhere. You will still receive credit in this issue's contribution record.
However, we do not need instructions for DDEV -- we already have those. (See https://docs.ddev.com/en/stable/users/quickstart/#drupal-drupal-cms)
But if you want to write up some instructions for XAMPP, I'd certainly appreciate that! Screenshots are helpful, and write as if you're addressing someone who knows how to use a command line, but has never used XAMPP before. (I would fall into this category. :)
Comment #6
joachim namysloComment #7
pameeela commentedI would be happy to link to docs for these, but I don't think we should maintain them. I'll try to figure out where in the docs to put this, I'm thinking an 'Other setup' page with the links to each.