Drupal: Difference between revisions

From 太極
Jump to navigation Jump to search
Line 15: Line 15:
** Training 5: Layout
** Training 5: Layout
** Training 6: Finish the Design
** Training 6: Finish the Design
= Websites by drupal =
* [https://blog.echidna.ca/how-do-i-know-if-my-website-drupal How Do I Know If My Website is Drupal?]
* [https://ostraining.com/blog/drupal/5-ways-drupal/ 5 Ways to Tell if a Site is Built in Drupal]
** Search "sites" in the source code. The most reliable ways to show if a site is using Drupal is to check the source code. In the source code, check to see if important files are being loaded from the '''/sites/''' folder.
** Search "drupal" in the source code


= DDEV =
= DDEV =

Revision as of 14:20, 4 January 2024

Resource

Websites by drupal

DDEV

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)