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:
authorDaniel Hansson <enoch85@gmail.com>2015-09-13 00:48:29 +0300
committerDaniel Hansson <enoch85@gmail.com>2015-09-13 00:48:29 +0300
commit33c73dd2b14c4e29c2cd1608edb314dbf00f289c (patch)
tree8f6abbccdea0f6e57750c7816a373eaf49b568ff /README.md
parent5c3fd423c9bffdc3764dd8fa065333370e34a96d (diff)
Add info about nightly builds 2
I give up on how to rebase and squash the commits in https://github.com/owncloud/mail/pull/1066. This PR is exactly the same and already approved. So I´ll merge this and close the other. Fixes #1061
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 2c808ed74..1f4bc85ab 100644
--- a/README.md
+++ b/README.md
@@ -83,6 +83,16 @@ php composer.phar install
```
Debian/Ubuntu people, just execute `install_ubuntu.sh`
+### Nightly builds
+
+Instead of setting everything up manually, you can just [download the nightly builds](https://en0ch.se/index.php/s/3v5J3XXeQCCp73p) instead. These builds are updated every 12 hours - 00:00 UTC+0200 (12:00 AM) and 12:00 UTC+0200 (12:00 PM), and are pre-configured with all the needed dependencies.
+
+1. Download
+2. Extract the zip archive to 'path-to-owncloud/apps'
+3. Navigate to »Apps«, choose the category »Productivity«, find the Mail app and enable it.
+
+The nightly builds are provided by [Daniel Hansson](https://github.com/enoch85)
+
### Resetting the app
Connect to your database and run the following commands (`oc_` is the default table prefix):
```sql