The Career Advancement Scheme portal is a website for universities which can be used by faculty to apply for pay raises. This code has been specifically developed for K. J. Somaiya College of Engineering, Vidyavihar, Maharashtra, India but a little tweaking can enable this website to be used for other colleges also.
Create a folder named "cas" inside the following path: xampp/htdocs/ and clone this repository in it.
Now create a database inside your phpmyadmin panel called "cas_db". Once this is done, open the database folder and import the cas_db.sql file into it. This should add all the required tables to the system.
The website is now ready!
-
Configure your php.ini file as follows:
Edit the line that says
max_file_uploads = 20
(or any number) tomax_file_uploads = 500