2022
-
New home for my DDEV notes
•
1 min read
Since I update my DDEV notes quite regularly, I move them to a own project. Find my latest notes on DDEV here: https://my-ddev-lab.mandrasch.eu/ The notes page is built with vitepress, source code can be found here: GitHub repo. Make sure to join the DDEV discord as well!
Kategorie: DDEV -
Some web projects have a rewrite rule from HTTP to HTTPs in their .htaccess (for Apache): If you try to open this in DDEV, it will result in „Error too many redirects“ because %{HTTPS} will always return „off“ in DDEV containers (not sure exactly why, but something technical with reverse proxy behavior). There is a…
Kategorie: Allgemein -
Here is a little sunday project: With the help of the awesome DDEV PHP toolset and ddev-gitpod-launcher, we can fire it up a online version of my repository ddev-pull-wp-scripts, import a backup file (via „ddev pull backup“) and get an existing WordPress site running in the browser (cloud) via Gitpod. 🙌 Please consider sponsoring Randy…
-
Pull a WordPress site into DDEV (2022 edition)
•
2 min read
New year, new DDEV scripts. The maintainers of DDEV released in DDEV 1.18.2 great improvements regarding the ‚ddev pull‘ feature. You can now overwrite and customize all import steps in a nice and clean way. The best thing about it is, that you can share these providers scripts in the project repository for all team…