mirror of
https://github.com/nodemailer/wildduck.git
synced 2024-12-27 02:10:52 +08:00
added wildduck-webmail
parent
d23f3b2f8c
commit
f30d6bffb1
1 changed files with 14 additions and 0 deletions
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue