{"id":13852222,"url":"https://github.com/theodorosploumis/drupal-development-checklist","last_synced_at":"2025-10-01T10:31:15.530Z","repository":{"id":151061738,"uuid":"58661248","full_name":"theodorosploumis/drupal-development-checklist","owner":"theodorosploumis","description":"DEPRECATED. Go to github.com/theodorosploumis/notes","archived":true,"fork":false,"pushed_at":"2021-10-19T12:53:02.000Z","size":19,"stargazers_count":8,"open_issues_count":0,"forks_count":2,"subscribers_count":4,"default_branch":"master","last_synced_at":"2024-04-14T10:44:01.756Z","etag":null,"topics":["drupal","drupal8"],"latest_commit_sha":null,"homepage":"https://github.com/theodorosploumis/notes","language":null,"has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/theodorosploumis.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null}},"created_at":"2016-05-12T17:10:15.000Z","updated_at":"2024-04-23T18:06:52.971Z","dependencies_parsed_at":"2023-04-14T07:18:38.363Z","dependency_job_id":null,"html_url":"https://github.com/theodorosploumis/drupal-development-checklist","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/theodorosploumis%2Fdrupal-development-checklist","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/theodorosploumis%2Fdrupal-development-checklist/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/theodorosploumis%2Fdrupal-development-checklist/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/theodorosploumis%2Fdrupal-development-checklist/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/theodorosploumis","download_url":"https://codeload.github.com/theodorosploumis/drupal-development-checklist/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":234858829,"owners_count":18897817,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["drupal","drupal8"],"created_at":"2024-08-04T22:01:09.232Z","updated_at":"2025-10-01T10:31:15.222Z","avatar_url":"https://github.com/theodorosploumis.png","language":null,"funding_links":[],"categories":["Others"],"sub_categories":[],"readme":"# Drupal 9.x Project Development Checklist\nA checklist of common tools, settings, modules etc to check for a Drupal 9.x web project\n\n\u003e Want to use a **Docker** image for development? Head to https://github.com/theodorosploumis/gitpod-drupal-workspace!\n\n**How to use this?**\nI usually copy this checklist to a Github issue so I won't forget anything. \nMost of the times I delete items from the list so this is the full list.\n\n## Server type\n\n - [ ] Ubuntu LTS, stable (eg 20.04)\n\n\n## Server setup\n\nPrefer to install all software globally.\n\n - [ ] php8 (see [required php extensions](https://drupal.org/docs/8/system-requirements/php-requirements) for drupal 9.x)\n - [ ] mysql\n - [ ] apache2\n - [ ] git\n - [ ] patch\n - [ ] [drush-launcher](https://github.com/drush-ops/drush-launcher)\n - [ ] [composer](https://getcomposer.org)\n - [ ] openssh-server\n - [ ] nodejs/npm (if needed)\n\n## Dev Packages (if needed)\n\n - [ ] [sass-lang.com](https://sass-lang.com/)\n\n## SaaS\n\n - [ ] Create Github/Bitbucket/Gitlab repository\n - [ ] Create Project Management project (eg [TeamWork](https://teamwork.com))\n - [ ] Create a Trello board (if using Trello)\n - [ ] Setup Slack\n - [ ] Setup CI (eg Travis)\n\n## Modules\n\n - [ ] [admin_toolbar](https://www.drupal.org/project/admin_toolbar)\n - [ ] [ctools](https://www.drupal.org/project/ctools)\n - [ ] [pathauto](https://www.drupal.org/project/pathauto)\n - [ ] [pathologic](https://www.drupal.org/project/pathologic)\n - [ ] [redirect](https://www.drupal.org/project/redirect)\n - [ ] [token](https://www.drupal.org/project/token)\n - [ ] [google_analytics](https://www.drupal.org/project/google_analytics)\n - [ ] [simple_sitemap](https://www.drupal.org/project/simple_sitemap)\n\n---\n\n - [ ] [backup_migrate](https://www.drupal.org/project/backup_migrate)\n - [ ] [config_update](https://www.drupal.org/project/config_update)\n - [ ] [config_devel](https://drupal.org/project/config_devel)\n - [ ] [devel](https://www.drupal.org/project/devel)\n - [ ] [features](https://www.drupal.org/project/features)\n - [ ] [masquerade](https://www.drupal.org/project/masquerade)\n - [ ] [stage_file_proxy](https://www.drupal.org/project/stage_file_proxy)\n\n## Themes (base)\n\n - [ ] [omega](https://www.drupal.org/project/omega)\n - [ ] [bootstrap](https://www.drupal.org/project/bootstrap)\n - [ ] [zurb_foundation](https://www.drupal.org/project/zurb_foundation)\n - [ ] [kashmir](https://drupal.org/project/kashmir)\n - [ ] [neato](https://www.drupal.org/project/neato)\n - [ ] [basic](https://www.drupal.org/project/basic)\n - [ ] [xtheme](https://www.drupal.org/project/xtheme)\n - [ ] [gesso](https://www.drupal.org/project/gesso)\n - [ ] [radix](https://www.drupal.org/project/radix)\n - [ ] [cog](https://www.drupal.org/project/cog)\n - [ ] [bear_skin](https://www.drupal.org/project/bear_skin)\n - [ ] classy (core theme)\n \n---\n\n - [ ] [adminimal_theme](https://www.drupal.org/project/adminimal_theme)\n\n## Drupal Settings\n\n - [ ] Enable dev mode\n - [ ] Enable php error_log\n - [ ] Enable apache2 error_log\n - [ ] Copy ssh keys\n\n## Site Architecture\n\n - [ ] Content types\n - [ ] Vocabularies\n - [ ] Entity Fields\n - [ ] Blocks\n - [ ] Menus and menu links\n - [ ] View modes\n - [ ] User Roles\n - [ ] Views\n - [ ] Text editor filters\n - [ ] Text editor widgets/plugins\n - [ ] Image styles\n - [ ] REST pages\n - [ ] Site functionality (eg search, mailchimp etc)\n - [ ] New things to try (eg a new tool)\n\n## Testing\n\n - [ ] User Scenarios/Stories\n - [ ] Test UI functionality (behat)\n - [ ] Test user permissions (PhpUnit)\n - [ ] Test user input (behat)\n - [ ] Test browsers (browserstack etc)\n - [ ] Test devices (mobile, tablet, desktop)\n - [ ] [W3C WAI level 1 accessibility validation](https://validator.w3.org/)\n - [ ] [Google Mobile Friendly](https://www.google.com/webmasters/tools/mobile-friendly/) test\n - [ ] [Google PageSpeed](https://developers.google.com/speed/pagespeed/insights/) test\n - [ ] [Pingdom Website Speed Test](http://tools.pingdom.com/fpt/)\n - [ ] [Yellow Lab Tools](https://yellowlab.tools)\n\n## Development tasks\n\n - [ ] Create Project folder\n - [ ] Create drush aliases\n - [ ] git-flow init\n - [ ] drupal console chain commands\n - [ ] Setup **cron jobs**\n - [ ] Set xdebug\n - [ ] IDE setup (eg Phpstorm)\n - [ ] Create [teamocil](www.teamocil.com) file\n - [ ] Create bash aliases\n\n## After development tasks\n\n - [ ] Disable modules: *_ui, dblog, devel, admin_menu, simplytest, kint.\n - [ ] Enable Caches\n - [ ] Enable syslog module\n - [ ] Provide customer credentials\n - [ ] Maintenance aggreement\n - [ ] Submit to SE (eg Google), use xmlsitemap\n - [ ] Submit to [Google Analytics](https://analytics.google.com)\n - [ ] Submit to [Google Webmaster tools](https://www.google.com/webmasters/tools)\n - [ ] Submit to Showcase sites\n - [ ] Publish on my personal site (work)\n - [ ] Publish any Open source project that can be useful\n \n ---\n \n - [Get raw README.md](https://raw.githubusercontent.com/theodorosploumis/drupal8-checklist/master/README.md)\n - [Edit README.md](https://github.com/theodorosploumis/drupal8-checklist/edit/master/README.md)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftheodorosploumis%2Fdrupal-development-checklist","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftheodorosploumis%2Fdrupal-development-checklist","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftheodorosploumis%2Fdrupal-development-checklist/lists"}