mirror of
https://github.com/the-djmaze/snappymail.git
synced 2025-09-14 17:14:30 +08:00
Updated Installation instructions (markdown)
parent
c8a81810b1
commit
bf358485b3
1 changed files with 8 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue