Closed (fixed)
Project:
Piwik PRO
Version:
1.1.x-dev
Component:
Code
Priority:
Minor
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
24 Oct 2024 at 18:57 UTC
Updated:
8 Nov 2024 at 13:44 UTC
Jump to comment: Most recent
I've recently discovered https://github.com/ddev/ddev-drupal-contrib and it makes development for contrib modules really easy. Now that ddev has become the standard for Drupal local development (https://www.drupal.org/docs/getting-started/installing-drupal/install-dr...), it feels safe to commit the .ddev folder to the project (as recommended by ddev-drupal-contrib) and then document in the README.md how to setup a local environment for contribution/maintenance.
Add ddev configuration and the ddev-drupal-contrib add-on to the repository.
/
/
/
/
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
timohuismanAfter running
ddev startyou should be able to run for example phpunit tests local withddev phpunitComment #4
heikkiy commentedLooks good!
Comment #6
heikkiy commentedMerged. Going to the next 1.1.0 release.