Kategorie: Coding
-
„Fooled by the Website Carbon Calculator“ – Roberta Haseleu
•
Website Carbon Calculators are good for awareness about energy consumption of the IT sector, but they currently work based on very rough estimations. Therefore more transparency is needed as well as better tools for developers to create better, more energy efficient code – this is the current conclusion by Roberta…
-
Launch a WordPress clone in your browser via ddev-gitpod-launcher
•
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.…
-
Pull a WordPress site into DDEV (2022 edition)
•
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…
-
Import a WordPress site into DDEV: ddev pull backwpupfile
•
Outdated Article Please check out my new repository mandrasch/ddev-pull-wp-scripts for the latest version of this script. The command is now called ‚ddev pull backup‘. Archived version: The open source developer tool DDEV recently updated its providers / pull integration. You can now finetune the import behavior and overwrite all steps,…