From af166c265b43ec7b4b165adfefb7894c43736ee0 Mon Sep 17 00:00:00 2001 From: George Dimakopoulos Date: Wed, 26 Jul 2017 16:29:41 +0300 Subject: [PATCH] Documentation --- INSTALLATION.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/INSTALLATION.md b/INSTALLATION.md index 1ef27cc..7fbf6fd 100644 --- a/INSTALLATION.md +++ b/INSTALLATION.md @@ -1,5 +1,5 @@ ## INSTALLATION -composer clearcache (optional) +- composer clearcache (optional) - Clone the current master with: git clone https://github.com/sophimail/webadmin.git - cd webadmin - Install dependencies: composer install @@ -20,14 +20,14 @@ Modify file: config/app.php - Default Datasource: DB: a0001 on localhost. The default administrative database for server locations, administrators and domain attributes. -- DB1 remote Datasource, it is the actual email server database scheme (according to PostfixAdmin scheme). This can be a remote database on different location. +- DB1 remote Datasource, it is the actual email server database (according to PostfixAdmin db scheme). This can be a remote database on different location. Additionally, one can add as many datasource as the email servers under administration. For instance add DB2 as another datasource to manage another remote email server. Thus, within a single web instance an administrator can manage multiple email server engines on different locations, even on-premise. Remember to enable port 3306 on firewall on remote machines only for the web server IP running the webadmin virtual host. ## Create Superadmin user -cd webadmin -bin/cake users addSuperuser +- cd webadmin +- bin/cake users addSuperuser ## Final steps