Drupal: Difference between revisions

From 太極
Jump to navigation Jump to search
No edit summary
No edit summary
Line 1: Line 1:
= Resource =
* https://www.drupal.org/home
* https://www.drupal.org/home
* [https://www.drupal.org/docs/develop/local-server-setup/linux-development-environments/set-up-a-local-development-drupal-site-on-the-latest-ubuntu-lts-version-and-more Advertising sustains the DA. Set up a local development Drupal site on the latest Ubuntu LTS version and more]
* [https://www.drupal.org/docs/develop/local-server-setup/linux-development-environments/set-up-a-local-development-drupal-site-on-the-latest-ubuntu-lts-version-and-more Advertising sustains the DA. Set up a local development Drupal site on the latest Ubuntu LTS version and more]
Line 7: 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
= Install by Docker =
<ul>
<li>[https://www.linode.com/docs/guides/how-to-install-drupal-with-docker-compose-debian-10/ Installing Drupal with Docker Compose on Debian 10]
<li>[https://www.howtoforge.com/how-to-install-drupal-with-docker-on-ubuntu-22-04/ How to Install Drupal with Docker on Ubuntu 22.04]
<li>[https://www.digitalocean.com/community/tutorials/how-to-develop-a-drupal-9-website-on-your-local-machine-using-docker-and-ddev How To Develop a Drupal 9 Website on Your Local Machine Using Docker and DDEV]. 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 back to, e.g., https://192.168.86.35:59001/, it'll show the new results.
<pre>
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 │
└────────┴─────────┴──────────┴──────────────────────────┴─────────┘
</pre>
</ul>

Revision as of 16:39, 1 January 2024

Resource

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. 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 back to, e.g., https://192.168.86.35:59001/, 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 │
    └────────┴─────────┴──────────┴──────────────────────────┴─────────┘