mirror of
https://github.com/nodemailer/wildduck.git
synced 2024-12-26 09:50:47 +08:00
Updated Updating wildduck via git (markdown)
parent
9094054910
commit
646f9acef1
1 changed files with 14 additions and 1 deletions
|
@ -8,4 +8,17 @@ This page assumes you have installed the complete wildduck setup:
|
|||
- mongodb for emails and attachment
|
||||
- redis for communication between components (wildduck <-> haraka-wildduck <-> zone-mta) and also for multi-server setup
|
||||
|
||||
Via our `/setup/get_install.sh` script either on VPS or physical server (tested on ubuntu 16.04.4).
|
||||
Via our `/setup/get_install.sh` script either on VPS or physical server (tested on ubuntu 16.04.4).
|
||||
|
||||
# Filesystem
|
||||
|
||||
After installation `.git` directory is separated from the programs' folder:
|
||||
- `/opt/haraka/plugins/wildduck` <-> `/var/opt/haraka-plugin-wildduck.git`
|
||||
- `/opt/wildduck` <-> `wildduck.git/`
|
||||
- `/opt/wildduck-webmail` <-> `wildduck-webmail.git/`
|
||||
- `/opt/zone-mta` <-> `zone-mta.git/`
|
||||
- `/opt/zone-mta/plugins/wildduck` <-> `zonemta-wildduck.git/`
|
||||
|
||||
Precaution must be taken when updating git (`git pull`), as we need both specify the
|
||||
*working director* and also the *git directory* too.
|
||||
|
||||
|
|
Loading…
Reference in a new issue