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
diff options
context:
space:
mode:
authorSteffen Lindner <mail@steffen-lindner.de>2016-09-21 18:27:59 +0300
committerSteffen Lindner <mail@steffen-lindner.de>2016-09-21 18:27:59 +0300
commitda7a111b6a3c986c9f862404fd138395c4b419ef (patch)
treedd1900293e5dfa3710a1bd384b88e0928defc1fd /README.md
parent6706d6dfbc0e0e0ba70af2b6f536f06c3e6d2463 (diff)
Add back daily readme
Diffstat (limited to 'README.md')
-rw-r--r--README.md10
1 files changed, 10 insertions, 0 deletions
diff --git a/README.md b/README.md
index 3ece5fec0..87466cc83 100644
--- a/README.md
+++ b/README.md
@@ -76,6 +76,16 @@ make install-composer-deps
make optimize-js
```
+### Nightly builds
+
+Instead of setting everything up manually, you can just [download the nightly builds](http://ftp.portknox.net/mail/) instead. These builds are updated every 24 hours, and are pre-configured with all the needed dependencies.
+
+1. Download
+2. Extract the tar archive to 'path-to-nextcloud/apps'
+3. Navigate to »Apps«, choose the category »Productivity«, find the Mail app and enable it.
+
+The nightly builds are provided by [Portknox.net](https://portknox.net)
+
### Resetting the app
Connect to your database and run the following commands (`oc_` is the default table prefix):
```sql