This repository was archived by the owner on Apr 3, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
Instructions for installation
Jim edited this page Apr 25, 2018
·
3 revisions
- PHP 7.x (This project has not been tested on earlier versions.)
- Apache 2.4 with RewriteRules Mod enabled
- MySQL 5.7 or compatible database (the included .sql file was built with MySQL 5.7. If you want to use another database system, it will be your responsibility to convert the included .sql file to your system's needed format)
- clone the repo to you local environment (Instructions for Cloning)
- change the file named "config_example.php" to "config.php". Edit this file entering the information appropriate for your environment.
- Import the database schema "GCEMS_empty_db.sql" into MySQL
- Insert a new record into the table "employees" containing values for 'username', 'email', and 'Employee_Number'
- Insert a new record into the table "employee_securityroles" using the same 'Employee_Number' and assign a 'Security_Role_ID' = '2'
- Open up the website.
- Browse to "Login" and click "Forgot password"
- Follow the instructions to reset the password.
- Log in with the new user.
(Updated: April 24, 2018)