If you have any questions that are beyond the scope of this documentation, please feel free to contact us trough +25568993643. WhatsApp only

1. Preparing - top

Make sure you have the following:
  1. Apache 2 or higher, with:
    • mod_rewrite
  2. PHP 8 or higher, with:
    • MySQLi
  3. MySQL 7 or higher

2. Installation Process - top

  1. Import the database.SQL file from the "MySQL" folder into your MySQL database using the import function available in MySQL.
  2. With a text editor open the following file located inside the 'Script/db/' folder: config.php, and replace what's between the quotes (e.g: 'E-Insurance') with your MySQL settings:
    DEFINE('DBHost','localhost');
    DEFINE('DBUser', 'root');
    DEFINE('DBPass','');
    DEFINE('DBName','E-Insurance');
    
  3. Upload the files from the "Script" folder on the FTP server (usually public_html folder when installing it on a domain).

3. Configuration - top

The default login email for the Admin is "bmashauri704@gmail.com", and the password is "12345678" without quotes

Copyright © E-Insurance. All rights reserved.
A product by Bwitech.