This commit is contained in:
Steffen Lindner 2016-09-21 17:27:59 +02:00
Родитель 6706d6dfbc
Коммит da7a111b6a
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 63411B94FD70495B
1 изменённых файлов: 10 добавлений и 0 удалений

Просмотреть файл

@ -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