added wildduck-webmail

bunyevacz 2018-09-11 21:23:55 +02:00
parent d23f3b2f8c
commit f30d6bffb1

@ -141,6 +141,20 @@ fatal: reference is not a tree: 538da537ca3cef0bbd714da70085cfd4cc734b49
(userr) $ systemctl restart haraka (userr) $ systemctl restart haraka
``` ```
## `5.` Update wildduck-webmail
```
(root) $ sudo su deploy
(deploy) $ cd /var/opt/wildduck-webmail.git/
(deploy) $ git --git-dir=/var/opt/wildduck-webmail.git --work-tree=/opt/wildduck-webmail fetch origin
(deploy) $ git --git-dir=/var/opt/wildduck-webmail.git --work-tree=/opt/wildduck-webmail fetch origin cc7829eeb79e7952b30f90a2c0c96cc213ce3ce4
(deploy) $ git --git-dir=/var/opt/wildduck-webmail.git --work-tree=/opt/wildduck-webmail checkout cc7829eeb79e7952b30f90a2c0c96cc213ce3ce4
(deploy) $ cd /opt/wildduck-webmail
(deploy) $ npm install --production
(deploy) $ exit
(userr) $ systemctl restart wildduck-webmail
```
Check **Redis**, and flushes all the keys in all databases: Check **Redis**, and flushes all the keys in all databases:
``` ```
$ redis-cli $ redis-cli