CodeIgnitor based Pathology application.
A dummy application to manage patients reports via web interface. This application is developed with CodeIgnitor + Bootstrap application and serves well for any mid - large scale project.
-
Copy the contents from source directory to your web server public_html or apache host root directory.
-
Create database and import sql ( find sql in sourcecode ) to create the necessary tables.
-
Update database configurations at following file /pathlab-application-directory/application/config/database.php
-
Please change the basepath respectively to your web server at following file
/pathlab-application-directory/application/config/config.php -
Please provide writable permission to following directory
/pathlab-application-directory/downloads/
Running application from browser :-
The browser url to run the application will be
Your web server url / pathlab-application-directory/ index.php