aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHarald Eilertsen <haraldei@anduin.net>2023-04-30 16:35:21 +0200
committerHarald Eilertsen <haraldei@anduin.net>2023-04-30 16:35:21 +0200
commit337be970758cba3704ad79132b83a7ab1dd44312 (patch)
tree8b1bc1557c42d1127c972c63f10daee044dad1da
parentca7e09e09f97c36cfa7644d20d619fa01eeae99a (diff)
downloadhubzilla-ddev-337be970758cba3704ad79132b83a7ab1dd44312.tar.gz
hubzilla-ddev-337be970758cba3704ad79132b83a7ab1dd44312.tar.bz2
hubzilla-ddev-337be970758cba3704ad79132b83a7ab1dd44312.zip
Add readme file
-rw-r--r--README.md13
1 files changed, 13 insertions, 0 deletions
diff --git a/README.md b/README.md
new file mode 100644
index 0000000..efb68d7
--- /dev/null
+++ b/README.md
@@ -0,0 +1,13 @@
+# DDEV setup for Hubzilla
+
+Development/test environment for Hubzilla using [ddev].
+
+It requires a Hubzilla install in the core/ subdirectory. You can either
+install this manually, or create a submodule like this:
+
+ git submodule add <hubzilla-core-repo-url> core
+
+You should set up the Hubzilla installation as usual, adding any extension
+repos you want etc.
+
+[ddev]: https://ddev.com/