Skip to content

mchizani/dataManager

 
 

Repository files navigation

Data Manager

A guide to getting started contributing on this project

####Prerequisites

  1. Make sure you have Apache server or XAMPP installed
  2. PHP version 5.4 and above is required
  3. MySQL database installed
  4. php-cli is required to execute php files on command line

Clone this project to your local machine from SACIDS dataManager

#####Setting up your database

  • Create a MySQL database
  • Change database username, password and database name in database.php file located under application/config/database.php
  • To initialize database base tables open terminal mac or linux or command prompt (CMD) on windows on and navigate to the root or your directory and run php index.php migration latest

All the tables will be created and you can start contributing on the project right away.

#####How to open application

  • If you have successfully migrated your database follow below instructions.
  • Open your favorite web browser and type http://localhost/<your-project-directory>
  • Login with username as admin and password as sacidsdemo

Click to learn more how to contribute on this project

About

SACIDS Techno - Health surveillance tool: Server IS - Aggregate and Feedback

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • PHP 87.1%
  • CSS 7.3%
  • JavaScript 5.4%
  • Other 0.2%