From 56de7fa43a290fc470e9da95d2c2112cce534fe8 Mon Sep 17 00:00:00 2001 From: "Taihsiang Ho (tai271828)" Date: Fri, 3 Jun 2022 14:26:42 +0200 Subject: [PATCH 1/2] docs(README): add contribution of development information --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index 4b2c74cc..e0b58252 100644 --- a/README.md +++ b/README.md @@ -40,3 +40,10 @@ Your url should look like this `http:///index.php` 2. Set write permissions to the folder `data/`, e.g. by issuing a `chmod -R 777 .` 3. Navigate to your web-folder in a browser to open `index.php` provided by hypha, and follow instructions from there. Your url should look like this `http:///index.php`. + +## Contribution +### Setup Development Environment with Docker +There is an unofficial repository to help you setup your own php-apache docker +instance to host hypha. Check +[therepository](https://github.com/tai271828/php-apache-bionic-hypha) if you want +to use docker as your development environment. From b5d683acb347222818291fe2dc972b625a1ffedb Mon Sep 17 00:00:00 2001 From: "Taihsiang Ho (tai271828)" Date: Fri, 3 Jun 2022 14:27:25 +0200 Subject: [PATCH 2/2] docs(git): add editor cache in the gitignore --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index d8c508f2..eaa3cda2 100644 --- a/.gitignore +++ b/.gitignore @@ -9,3 +9,4 @@ DEBUG /data/themes/*/ !/data/themes/default/ +.obsidian