Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/deck.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDennis Eisermann <73851419+DJE98@users.noreply.github.com>2022-10-17 15:46:45 +0300
committerGitHub <noreply@github.com>2022-10-17 15:46:45 +0300
commit6bc5f1df474c8885f0fc99ce561f4d935dd4078a (patch)
treed9f3713e047f5bd8f481e443ee3ece011730ea83
parentf8a8cc691ce83d74c4f3206f737d137bf3225c61 (diff)
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>
-rw-r--r--README.md5
1 files changed, 5 insertions, 0 deletions
diff --git a/README.md b/README.md
index 5f4c940f..621fef89 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.