Skip to content
This repository has been archived by the owner on May 10, 2019. It is now read-only.

Latest commit

 

History

History
executable file
·
33 lines (19 loc) · 1.18 KB

README.md

File metadata and controls

executable file
·
33 lines (19 loc) · 1.18 KB

Khojeko Project

This is Client Selling and Buying Website

Installation:

git clone this repository and cd inside the project root, then enter the following commands

  1. cp application/config/config_example.php application/config/config.php

  2. cp application/config/database_example.php application/config/database.php

  3. Import khojeko.sql file

  4. Configure your config['base_url'] in config.php Now open database.php file and make necessary changes to the in that section.

    Yes, of course, you'll have to setup a database and it's user already before the next step!

  5. php -S localhost:8080 in root directory

Open the browser and go to http://localhost:8000

Please Note

This software uses the Codeigniter 3 framework.

If you are getting any error, it is most probably due to unfulfilled requirements of the framework itself.

Also, make sure that you have proper database drivers. For an example, make sure you have installed php7.1-mysql package so that you can use mysql database with php7.1 in your project.