From bf358485b3f7959c8ce64186a4fe96af1cf9031b Mon Sep 17 00:00:00 2001 From: the-djmaze <3752035+the-djmaze@users.noreply.github.com> Date: Thu, 3 Mar 2022 12:00:58 +0100 Subject: [PATCH] Updated Installation instructions (markdown) --- Installation-instructions.md | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/Installation-instructions.md b/Installation-instructions.md index c49b10a..87e8172 100644 --- a/Installation-instructions.md +++ b/Installation-instructions.md @@ -18,8 +18,8 @@ SnappyMail requires PHP 7.4 (or a newer version) with the following extensions: Optional extensions: * cURL * exif -* gd -* gmagick or imagemagick +* gd, gmagick or imagemagick +* gnupg * iconv * intl * ldap @@ -27,6 +27,7 @@ Optional extensions: * PDO (MySQL/PostgreSQL/SQLite) (for contacts) * redis * Sodium +* Tidy * uuid (PECL) * xxtea (PECL) * zip @@ -57,6 +58,11 @@ chown -R www-data:www-data /var/www/webmail www.yourdomain.com/webmail?admin ``` +## Upgrade +To upgrade the installation, you simply need to upload files from the new package overwriting existing files. Directory structure is organized to have each new version installed to a different directory. Only a few files will be actually overwritten (/index.php and /snappymail/v/VERSION). + +All the additional reconfiguration will be done by the product on next run. + ## Webserver configuration ### Nginx