From 337be970758cba3704ad79132b83a7ab1dd44312 Mon Sep 17 00:00:00 2001 From: Harald Eilertsen Date: Sun, 30 Apr 2023 16:35:21 +0200 Subject: Add readme file --- README.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 README.md 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 core + +You should set up the Hubzilla installation as usual, adding any extension +repos you want etc. + +[ddev]: https://ddev.com/ -- cgit v1.2.3