From 522be8d137065a31caed0ff21c3cb42554bd4b50 Mon Sep 17 00:00:00 2001 From: George Dimakopoulos Date: Wed, 26 Jul 2017 16:17:28 +0300 Subject: [PATCH] Documentation --- INSTALLATION.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/INSTALLATION.md b/INSTALLATION.md index 5945bfd..9724568 100644 --- a/INSTALLATION.md +++ b/INSTALLATION.md @@ -7,7 +7,7 @@ composer clearcache (optional) -## DATABASE SETUP +## Database initialization Note: Database for SophiMail Webadmin must use UTF-8 character set. @@ -17,8 +17,8 @@ Note: Database for SophiMail Webadmin must use UTF-8 character set. ## DSN configuration Modify file: config/app.php -- Default Datasource: DB: a0001 on localhost -This Database stores administrative information such as Locations, Administrators and Domains Attrubutes +- Default Datasource: DB: a0001 on localhost. +This Database stores administrative information such as Locations, Administrators and Domains Attrubutes. - DB1 remote Datasource, it is the actual email server database scheme (according to PostfixAdmin scheme). This can be a remote database on different location.