DocTrax
Programming Language: PHP 5.6.x
DBMS: MariaDB Server 10.1.16
Framework: CodeIgniter 3.0.6
This coding template is made especially for Department of Education Regional Office III. If you are planning to use it on your systems, kindly tweak the code as stated below and update your preliminary data (Bootstrap.php).
Prerequisite
- Install either XAMPP, WAMP, or LAMP
- 1.1. If XAMPP for Windows, find htdocs/ directory (usually found inside C:/xampp/htdocs/)
1.2. If XAMPP for Linux, find htdocs/ directory (usually found inside /opt/lampp/htdocs/)
1.3. If WAMP, find www/ directory (usually found in C:/wamp/www/)
1.4. If LAMP, find html/ directory (usually found inside /var/www/html/)
- Place this folder to the said locations above
- Configure mySQL
- 3.1. Take note of the username and password you used (you'll use it in the config)
3.2. Create a database (you can follow index.php's $GLOBAL["DB_NAME"])
- Make sure both Apache and MySQL are running