A guide to getting started contributing on this project
####Prerequisites
- Make sure you have Apache server or XAMPP installed
- PHP version 5.4 and above is required
- MySQL database installed
php-cli
is required to execute php files on command line
Clone this project to your local machine from SACIDS Afyadata Manager
#####Setting up your database
- Create a MySQL database
- Change database username, password and database name in
database.php
file located underapplication/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 assacidsdemo