Entrance Exam System Installer Instructions
- Unzip and upload the EntranceInstall folder to the root of your phpVMS installation.
- (This should be the same folder on your server that contains the /core /lib and /admin folders)
- Log into your site (You must be an administrator and logged in to run the installer)
- Go to www.yoursite.com/EntranceInstall and follow the instructions.
- All files and database tables will be created for you automatically. (Database tables will be created with the table prefix you are currently using.)
- Remember to delete the EntranceInstall folder from your site when done installing the system.
- Create a link on your site to go to the new application process examples - www.yoursite.com/index.php/entrance -or- <?php echo url('/entrance'); ?>
- To prevent users from bypassing the exam system:
- Disable the native registration module by renaming or appending the registration.php file in /core/modules/Registration/