Drupal: Difference between revisions

From 太極
Jump to navigation Jump to search
Line 43: Line 43:
└────────┴─────────┴──────────┴──────────────────────────┴─────────┘
└────────┴─────────┴──────────┴──────────────────────────┴─────────┘
</pre>
</pre>
<li>[https://hub.docker.com/r/bitnami/drupal Bitnami package for Drupal]. The username/password is user/bitnami. It worked.
</ul>
</ul>



Revision as of 22:13, 6 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 │
    └────────┴─────────┴──────────┴──────────────────────────┴─────────┘
    
  • Bitnami package for Drupal. The username/password is user/bitnami. It worked.

Videos (youtube: ddev drupal)