aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHarald Eilertsen <haraldei@anduin.net>2024-01-14 17:43:37 +0100
committerHarald Eilertsen <haraldei@anduin.net>2024-01-14 17:43:37 +0100
commit6751f0b78043233aa89f72b6ebb24fb208e71a04 (patch)
treeeacadb4bf040dd5956a4f9197c11b520b4b99d92
parent4b5c61676486a2e645764d745bcdf6e7b16d9de0 (diff)
downloadhubzilla-ddev-6751f0b78043233aa89f72b6ebb24fb208e71a04.tar.gz
hubzilla-ddev-6751f0b78043233aa89f72b6ebb24fb208e71a04.tar.bz2
hubzilla-ddev-6751f0b78043233aa89f72b6ebb24fb208e71a04.zip
Add extra dependencies for dev branch.main
-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].