From 6bc5f1df474c8885f0fc99ce561f4d935dd4078a Mon Sep 17 00:00:00 2001 From: Dennis Eisermann <73851419+DJE98@users.noreply.github.com> Date: Mon, 17 Oct 2022 14:46:45 +0200 Subject: [PATCH] Added nextcloud information in the development description Added more information about the nextcloud environment manually and with docker in the development description. Signed-off-by: Dennis Eisermann <73851419+DJE98@users.noreply.github.com> --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index 5f4c940f3..621fef896 100644 --- a/README.md +++ b/README.md @@ -65,6 +65,11 @@ Improvements on Nextcloud server and Deck itself will improve the situation. ## Developing +### Nextcloud environment + +You need to setup a [development environment](https://docs.nextcloud.com/server/latest/developer_manual//getting_started/devenv.html) of the current nextcloud version. You can also alternatively install & run the [nextcloud docker container](https://github.com/juliushaertl/nextcloud-docker-dev). +After the finished installation, you can clone the deck project directly in the `/[nextcloud-docker-dev-dir]/workspace/server/apps/` folder. + ### PHP Nothing to prepare, just dig into the code.