Drupal: Difference between revisions
Jump to navigation
Jump to search
Line 8: | Line 8: | ||
** [https://www.youtube.com/watch?v=-DYSucV1_9w&list=PLtaXuX0nEZk9MKY_ClWcPkGtOEGyLTyCO Drupal 8 Beginner Tutorials - the BEST Drupal videos] 63 short videos | ** [https://www.youtube.com/watch?v=-DYSucV1_9w&list=PLtaXuX0nEZk9MKY_ClWcPkGtOEGyLTyCO Drupal 8 Beginner Tutorials - the BEST Drupal videos] 63 short videos | ||
** [https://youtu.be/glvE_k5SL08?si=wFwytSzbLIjUOLVo A Complete Guide on Drupal 9 Site Building | Drupal Basics | Step By Step Guide] one long video from SJ Innovation | ** [https://youtu.be/glvE_k5SL08?si=wFwytSzbLIjUOLVo A Complete Guide on Drupal 9 Site Building | Drupal Basics | Step By Step Guide] one long video from SJ Innovation | ||
* LinkedIn. [https://www.linkedin.com/learning/paths/build-your-drupal-skills?u=76278148 Build Your Drupal Skills]. Drupal 9. Updated Oct 2021. OSTraining. | |||
** Training 1: Introduction & Admin | |||
** Training 2: Content and Fields | |||
** Training 3: Taxonomy, Media and Modules | |||
** Training 4: Users and Themes | |||
** Training 5: Layout | |||
** Training 6: Finish the Design | |||
= Install by Docker = | = Install by Docker = |
Revision as of 17:23, 2 January 2024
Resource
- https://www.drupal.org/home
- Advertising sustains the DA. Set up a local development Drupal site on the latest Ubuntu LTS version and more
- How to Install Drupal on Ubuntu 20.04
- How to Install Drupal CMS with Apache on Debian 12
- Youtube
- Drupal 8 Beginner Tutorials - the BEST Drupal videos 63 short videos
- A Complete Guide on Drupal 9 Site Building | Drupal Basics | Step By Step Guide one long video from SJ Innovation
- LinkedIn. Build Your Drupal Skills. Drupal 9. Updated Oct 2021. OSTraining.
- Training 1: Introduction & Admin
- Training 2: Content and Fields
- Training 3: Taxonomy, Media and Modules
- Training 4: Users and Themes
- Training 5: Layout
- Training 6: Finish the Design
Install by Docker
- Installing Drupal with Docker Compose on Debian 10
- How to Install Drupal with Docker on Ubuntu 22.04
- How To Develop a Drupal 9 Website on Your Local Machine Using Docker and DDEV 2020/8. Installation looks fine but I got a message '400 Bad Request The plain HTTP request was sent to HTTPS port' after I try to sign in. In fact, the operations still work. If I manually changed the URL from "http" to "https", it'll show the new results.
ddev list ┌────────┬─────────┬──────────┬──────────────────────────┬─────────┐ │ NAME │ STATUS │ LOCATION │ URL │ TYPE │ ├────────┼─────────┼──────────┼──────────────────────────┼─────────┤ │ d9test │ OK │ ~/d9test │ https://d9test.ddev.site │ drupal9 │ ├────────┼─────────┼──────────┼──────────────────────────┼─────────┤ │ Router │ healthy │ ~/.ddev │ http://127.0.0.1:10999 │ traefik │ └────────┴─────────┴──────────┴──────────────────────────┴─────────┘
Videos (youtube: ddev drupal)