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

github.com/nextcloud/mail.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorChristoph Wurst <christoph@winzerhof-wurst.at>2017-10-09 09:59:04 +0300
committerChristoph Wurst <christoph@winzerhof-wurst.at>2017-10-09 09:59:04 +0300
commitd82a9c9eee7c4bd42e6bbc84b1f4b53a8df2d24a (patch)
tree41fad645ab9b41a8b1619b7cb0fbb513735f6aee /doc
parente54b9c340aeac7468c967347d513b7353bda4574 (diff)
Move dev setup to README
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
Diffstat (limited to 'doc')
-rw-r--r--doc/developer.md10
1 files changed, 0 insertions, 10 deletions
diff --git a/doc/developer.md b/doc/developer.md
index 45df84c6f..d5b5944c0 100644
--- a/doc/developer.md
+++ b/doc/developer.md
@@ -1,15 +1,5 @@
# Nextcloud Mail Developer Documentation
-## Developer setup info
-
-Just clone this repo into your apps directory (Nextcloud server installation needed). Additionally, [npm](https://www.npmjs.com/) to fetch [Node.js](https://nodejs.org/en/download/package-manager/) is needed for installing JavaScript dependencies.
-
-Once npm and Node.js are installed, PHP and JavaScript dependencies can be installed by running:
-```bash
-make install-composer-deps
-make optimize-js
-```
-
## Nightly builds
Instead of setting everything up manually, you can just [download the nightly builds](https://nightly.portknox.net/mail/?C=M;O=D) instead. These builds are updated every 24 hours, and are pre-configured with all the needed dependencies.