Table of Contents |
---|
...
Preparation
Update the application server
...
After unblocking the file the content of the package should be checked for completeness. It should include the following folders and files - there may be a base folder called eRecruiter
in the package.
Application | Package Folder | Target Folder | Type | Description |
---|---|---|---|---|
API | API | <ERECRUITER_INSTALL_DIR>\bin\API | IIS/ASP.NET application | eRecruiter API for integrations and applicant portals. |
Applicant Portal | ApplicantPortal | <ERECRUITER_INSTALL_DIR>\bin\ApplicantPortal | IIS/ASP.NET application | Applicant portal for job listings and applicant self-service zone. |
Cron Worker | CronWorker | <ERECRUITER_INSTALL_DIR>\bin\CronWorker | Windows Scheduler Task | Background worker that is executed every 15 minutes to perform maintenance tasks. |
Customer Portal | CustomerPortal | <ERECRUITER_INSTALL_DIR>\bin\CustomerPortal | IIS/ASP.NET application | Portal for internal customers that use the recruiting department as internal service. |
eRecruiter | eRecruiter | <ERECRUITER_INSTALL_DIR>\bin\eRecruiter | IIS/ASP.NET application | eRecruiter application for recruiting department |
Media Service | FileServer | <ERECRUITER_INSTALL_DIR>\bin\FileServer | Windows Service | Service to convert between different media types. |
Portal | Portal | <ERECRUITER_INSTALL_DIR>\bin\Portal | IIS/ASP.NET application | (deprecated) The previous version of the applicant portal that has been deprecated. |
version-X.Y.Z.BC | - | - | - | This files indicates the application version for the package. |
...
...
Performing the update
Disabling
...
eRecruiter installation
To perform a smooth update the eRecruiter and all components must be disabled.Therefor the IIS and the eRecruiter Media Service must be stopped, this is done by the following 2 PowerShell commands:
...
If there were manual changes in any application (as example entries in the Web.config
file), these must be restored after update.
Restart
...
eRecruiter installation
The eRecruiter Media Service and the IIS must be started after the update, this can be done by the following 2 PowerShell commands:
...