Installation

  1. Please make sure you are using required versions of webserver and PHP and all required PHP extensions are enabled.
  2. Download installation zip package.
  3. Upload installation package and Extract it to the root folder of your server. Please make sure unzipped files and folders have secure access mode. For example, folders should have 0755 and files 0644.
  4. Open browser and go to your website main page. You will see installation page.
  5. Here you have to specify the SQL Database connection settings:
    • Database Hostname: host name of SQL server (usually it is localhost if your SQL server is located on the same machine as web server).
    • Database Name: name of the database that will be created/used for site. It can be any valid name. If database with specified name already exists it will be used (existing tables can be dropped), in other case database will be created.
    • Database Username: name of the SQL server user. User should have permissions to create database.
    • Database Password: password of user above.
    • Database Port: SQL server port (optional, default 3306). You can leave it unchanged if your server use default MySQL port.
    • Database Type: SQL server type (optional, default MySQL). You can leave it unchanged if you SQL server is MySQL.
    and credentials for site Administrator:
    • Admin Email: administrator's email. This email will be used as login of site administrator after installation.
    • Admin Password: administrator's password.
  6. Press Install Button and wait till end of installation process.
  7. In the end of installation process you will be redirected to login page. Please type administrator's login and password to begin work.
    If you will see any errors please double check following: open .htaccess file in the root directory of your site and make sure it contains line like
    RewriteBase /test
    where /test is location of your site under web server document root. If you will put application in the document root this line should be
    RewriteBase /
  8. Enjoy!
You will have ability to change database connection settings later on:
yourdoamin.com/admin/databaseSettings
For example, you need to change admin SQL server user to user with limited permissions or you need to move your SQL server to another location.

Update

Before update it is strongly recommended to do backup of database and following folders:
/images
/eBook
/private/KAASoft/Config
  1. Download installation zip package.
  2. Upload installation package and Extract it to the root folder of your server and replace existing files. Please make sure unzipped files and folders have secure access mode. For example, folders should have 0755 and files 0644.
  3. Open browser and go to your website main page. You will see installation page.
  4. Press Update Button and wait till end of update process.
  5. In the end of update process you will be redirected to login page. Please type administrator's login and password to begin work.
  6. Enjoy!