From 646f9acef1abcf8ee487fcc3d6930d71fac16559 Mon Sep 17 00:00:00 2001 From: bunyevacz <40023510+bunyevacz@users.noreply.github.com> Date: Fri, 22 Jun 2018 22:35:03 +0200 Subject: [PATCH] Updated Updating wildduck via git (markdown) --- Updating-wildduck-via-git.md | 15 ++++++++++++++- 1 file changed, 14 insertions(+), 1 deletion(-) diff --git a/Updating-wildduck-via-git.md b/Updating-wildduck-via-git.md index 2057e80..c6fa34e 100644 --- a/Updating-wildduck-via-git.md +++ b/Updating-wildduck-via-git.md @@ -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). \ No newline at end of file +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. +