Skip to content

Latest commit

 

History

History
20 lines (17 loc) · 1.02 KB

README.md

File metadata and controls

20 lines (17 loc) · 1.02 KB

Rituraj Textiles old website

Contains installation and other information for Rituraj Textiles old website.

Requirements

This website is developed using core PHP framework and requires:

  1. Language: PHP version 5.6 or newer.
  2. Database: MySQL (5.1+) via the mysql (deprecated), mysqli and pdo drivers.
  3. Hosting: Linux with cPanel recommened, Windows with Plesk would require additional configurations.

For more details please refer https://codeigniter.com/user_guide/general/requirements.html

Installation

Later versions will contain an installation script but for now follow the below steps.

  1. Download the latest released version's zip.
  2. Extract and upload files to the root directory of your hosting account.
  3. Database configurations
    • Create MySQL database
    • Create user name and password
    • Open config/ConConfig.php and update hostname, username, password and name for database.
    • For fresh installation import the rtgidb.sql included in the download.