aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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/