Installation
1) After extracting Main Files.zip you will get Live Streaming Learning System, Website With Management Software, database, documentation folders.
2) Live Streaming Learning System, Website With Management Software folder contains all files which you will have to place in the root folder of your server.
3) database folder contains sql file (Live Streaming Learning System, Website With Management Software.sql), which you will have to manually import into your database.
4) Create a new .htaccess file to your root directory and copy the content of htaccess.txt
5) Create datatbase ,database user and password in your server.
6) After doing the above steps,you have to update your database details like DB Username, DB Password and Database Name in database.php which you will find at root_directory/application/config/database.php
7) If you have copied files in a folder not in root directory then Open config.php file (root_directory/application/config/config.php) and replace $config['base_url'] = $protocol . '://' . $_SERVER['SERVER_NAME']; to $config['base_url'] = $protocol . '://' . $_SERVER['SERVER_NAME'].'/folder_name';
8) Now you can see preview of your website. Type http://domain-name.com/ Or http://domain-name.com/folder-name
The default credentials of admin panel :
Email : admin@gmail.com
Password : 123456
We advise you to change your password. After login you will have change password option.
For Existing User
1) Replace following folders in your setup.
- assets
- application/controller
- application/models
- application/view
- application/config/routes.php
2) Open Live Streaming Learning System, Website With Management Software-update.sql, check dates of update and copy code & execute query in phpmyadmin.