aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.ddev/config.yaml7
-rw-r--r--README.md2
2 files changed, 7 insertions, 2 deletions
diff --git a/.ddev/config.yaml b/.ddev/config.yaml
index 9b4d01d..b701414 100644
--- a/.ddev/config.yaml
+++ b/.ddev/config.yaml
@@ -10,6 +10,11 @@ router_https_port: "443"
database:
type: postgres
version: "14"
-webimage_extra_packages: [php-bcmath, php-gd, php-imagick, php-sodium]
+webimage_extra_packages:
+ - php-bcmath
+ - php-gd
+ - php-imagick
+ - php-sodium
+ - php8.1-yaml
working_dir: { web: '/var/www/html/core' }
nodejs_version: "16"
diff --git a/README.md b/README.md
index efb68d7..2022110 100644
--- a/README.md
+++ b/README.md
@@ -1,4 +1,4 @@
-# DDEV setup for Hubzilla
+# Development setup for Hubzilla
Development/test environment for Hubzilla using [ddev].