Closed (fixed)
Project:
Persistent URL
Version:
8.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Task
Assigned:
Unassigned
Reporter:
Created:
28 Oct 2024 at 14:15 UTC
Updated:
22 Oct 2025 at 23:49 UTC
Jump to comment: Most recent
DDEV and ddev/ddev-drupal-contrib appear to be the de-facto local development setup for contrib modules these days. It was easy to set up locally. Per the suggestion in the docs, I'd like to commit the .ddev folder to make it even easier for the next person.
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 #3
scottatdrake commentedComment #4
scottatdrake commentedA new developer should be able to clone this repo and run the following to get up and running with a fresh drupal install:
Comment #7
rbrandon commentedThanks Scott, works perfectly.