Skip to content

Latest commit

 

History

History
42 lines (29 loc) · 1.8 KB

start-drupal.md

File metadata and controls

42 lines (29 loc) · 1.8 KB

First time with Drupal

A step by step, opinioned, checklist for a Drupal rookie.

1. Basics

  • I know what is PHP.
  • I know what is MySQL.
  • I know how to use composer.
  • I know how to use git.
  • I know how to use cli.
  • I know how to write Markdown
  • I know how to read and write YAML
  • I can use an IDE (Phpstorm, VSCode etc).

2. Drupal basics

  • I can understand Drupal.org project versions, issues etc.
  • I know what is drush and I can use it from the cli.
  • I can install Drupal 9.x+ using a tool from here. I propose using ddev.
  • I can enable/disable modules from the Admin UI.

3. Local setup

4. Community

Resources

Ready to start your journey with Drupal.

See also Drupal Lessons.